mirror of
https://github.com/fish-shell/fish-shell.git
synced 2024-11-22 13:37:27 +08:00
Put funcsave long option back
This revertsed8c78c0ea
, emphatically. Fixes #8830 (cherry picked from commit2c702de52c
)
This commit is contained in:
parent
e458bf5763
commit
12cfaec0c9
|
@ -9,7 +9,7 @@ Synopsis
|
||||||
.. synopsis::
|
.. synopsis::
|
||||||
|
|
||||||
funcsave FUNCTION_NAME
|
funcsave FUNCTION_NAME
|
||||||
funcsave [-q] [(-d | --directory) DIR] FUNCTION_NAME
|
funcsave [-q | --quiet] [(-d | --directory) DIR] FUNCTION_NAME
|
||||||
|
|
||||||
|
|
||||||
Description
|
Description
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
function funcsave --description "Save the current definition of all specified functions to file"
|
function funcsave --description "Save the current definition of all specified functions to file"
|
||||||
set -l options q h/help d/directory=
|
set -l options q/quiet h/help d/directory=
|
||||||
argparse -n funcsave $options -- $argv
|
argparse -n funcsave $options -- $argv
|
||||||
or return
|
or return
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user