diff options
Diffstat (limited to 'fish/completion.c')
-rw-r--r-- | fish/completion.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/fish/completion.c b/fish/completion.c index 93182886..4db2d5ef 100644 --- a/fish/completion.c +++ b/fish/completion.c @@ -37,6 +37,7 @@ static const char *const commands[] = { "add", "add-cdrom", "add-drive", + "append", "aug-close", "aug-defnode", "aug-defvar", @@ -79,6 +80,7 @@ static const char *const commands[] = { "exists", "file", "fsck", + "get-append", "get-autosync", "get-e2label", "get-e2uuid", @@ -127,6 +129,7 @@ static const char *const commands[] = { "rm-rf", "rmdir", "run", + "set-append", "set-autosync", "set-e2label", "set-e2uuid", |