diff options
Diffstat (limited to 'fish/completion.c')
-rw-r--r-- | fish/completion.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/fish/completion.c b/fish/completion.c index f7ba61fb..a346ccbb 100644 --- a/fish/completion.c +++ b/fish/completion.c @@ -72,9 +72,14 @@ static const char *commands[] = { "file", "get-autosync", "get-path", + "get-state", "get-verbose", + "is-busy", + "is-config", "is-dir", "is-file", + "is-launching", + "is-ready", "kill-subprocess", "launch", "list-devices", |