mirror of
https://github.com/fish-shell/fish-shell
synced 2024-12-26 04:43:10 +00:00
Fix typo in argparse
This commit is contained in:
parent
97a6efec77
commit
efdc62fa80
1 changed files with 1 additions and 1 deletions
|
@ -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…
Reference in a new issue