From 1e08167a19236fae40dfd4de5d65885b649c9336 Mon Sep 17 00:00:00 2001 From: Ilan Cosman Date: Sat, 9 Sep 2023 08:24:21 -0700 Subject: [PATCH] Add reload to completions --- completions/tide.fish | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/completions/tide.fish b/completions/tide.fish index 2d3784da..1ba19608 100644 --- a/completions/tide.fish +++ b/completions/tide.fish @@ -1,9 +1,10 @@ complete tide --no-files -set -l subcommands bug-report configure +set -l subcommands bug-report configure reload complete tide -x -n __fish_use_subcommand -a bug-report -d "Print info for use in bug reports" complete tide -x -n __fish_use_subcommand -a configure -d "Run the configuration wizard" +complete tide -x -n __fish_use_subcommand -a reload -d "Reload tide configuration" complete tide -x -n "not __fish_seen_subcommand_from $subcommands" -s h -l help -d "Print help message" complete tide -x -n "not __fish_seen_subcommand_from $subcommands" -s v -l version -d "Print tide version"