From c6fae757610a201101994d2a9ac7e1c26953e31e Mon Sep 17 00:00:00 2001 From: Wolfgang Müller Date: Fri, 29 Mar 2024 14:02:03 +0100 Subject: completions: Require an argument for -a --- completions/sail.fish | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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' -- cgit v1.2.3-2-gb3c3