Put funcsave long option back

This reverts ed8c78c0ea, emphatically.

Fixes #8830
This commit is contained in:
Fabian Homborg 2022-03-24 20:11:21 +01:00
parent 4ef6a41cc4
commit 2c702de52c
2 changed files with 2 additions and 2 deletions

View file

@ -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

View file

@ -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