mirror of
https://github.com/fish-shell/fish-shell.git
synced 2024-11-22 20:16:12 +08:00
Put funcsave long option back
This reverts ed8c78c0ea
, emphatically.
Fixes #8830
This commit is contained in:
parent
4ef6a41cc4
commit
2c702de52c
|
@ -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