mirror of
https://github.com/fish-shell/fish-shell.git
synced 2024-11-22 08:41:13 +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::
|
||||
|
||||
funcsave FUNCTION_NAME
|
||||
funcsave [-q] [(-d | --directory) DIR] FUNCTION_NAME
|
||||
funcsave [-q | --quiet] [(-d | --directory) DIR] FUNCTION_NAME
|
||||
|
||||
|
||||
Description
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
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
|
||||
or return
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user