diff options
author | Wolfgang Müller | 2024-03-29 14:02:03 +0100 |
---|---|---|
committer | Wolfgang Müller | 2024-03-29 14:02:03 +0100 |
commit | c6fae757610a201101994d2a9ac7e1c26953e31e (patch) | |
tree | 4171ca5b1961781bdb1b3d7d5ed02ccd346390ac | |
parent | 6b8788d86328e97ebc7442fb1924d13ce50add56 (diff) | |
download | sailfish-c6fae757610a201101994d2a9ac7e1c26953e31e.tar.gz |
completions: Require an argument for -a
-rw-r--r-- | completions/sail.fish | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/completions/sail.fish b/completions/sail.fish index bf87670..f820ba7 100644 --- a/completions/sail.fish +++ b/completions/sail.fish @@ -1,4 +1,4 @@ -complete -c sail -s a -l add -d 'Add a jump for the current directory' +complete -c sail -rs a -l add -d 'Add a jump for the current directory' complete -c sail -s e -l edit -d 'Edit the jump file' complete -c sail -s p -l print -d 'Print the jump file' |