mirror of
https://github.com/fish-shell/fish-shell
synced 2024-11-10 07:04:29 +00:00
Put funcsave long option back
This reverts ed8c78c0ea
, emphatically.
Fixes #8830
This commit is contained in:
parent
4ef6a41cc4
commit
2c702de52c
2 changed files with 2 additions and 2 deletions
|
@ -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 a new issue