mirror of
https://github.com/fish-shell/fish-shell.git
synced 2025-02-21 01:48:08 +08:00
Fix typo in argparse
This commit is contained in:
parent
97a6efec77
commit
efdc62fa80
@ -54,7 +54,7 @@ set -l argv
|
||||
argparse 'h/help' 'n/name' $argv
|
||||
\endfish
|
||||
|
||||
The first `--` seen is what allows the `argparse` command to reliably seperate the option specifications from the command arguments.
|
||||
The first `--` seen is what allows the `argparse` command to reliably separate the option specifications from the command arguments.
|
||||
|
||||
\subsection argparse-option-specs Option Specifications
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user