1
0
mirror of https://github.com/deadc0de6/dotdrop.git synced 2026-02-09 14:39:16 +00:00

refactor fish completion descriptions

This commit is contained in:
deadc0de6
2020-06-19 19:57:55 +02:00
parent 93e96475b8
commit dcd2351ca1

View File

@@ -21,13 +21,13 @@ end
# Complete subcommands # Complete subcommands
# #
comp_sub -a "install" -d "Install from dotfiles" comp_sub -a "install" -d "Install dotfiles"
comp_sub -a "import" -d "Import from the filesystem into dotdrop" comp_sub -a "import" -d "Import dotfiles into dotdrop"
comp_sub -a "compare" -d "Compare local dotfiles with dotdrop" comp_sub -a "compare" -d "Compare your local dotfiles with managed dotfiles"
comp_sub -a "update" -d "Update from dotfiles into filesystem" comp_sub -a "update" -d "Update a managed dotfile"
comp_sub -a "remove" -d "Remove a file from the filesystem" comp_sub -a "remove" -d "Remove a managed dotfile"
comp_sub -a "files" -d "List files managed by dotdrop" comp_sub -a "files" -d "List managed dotfiles"
comp_sub -a "detail" -d "Details of the selected profile" comp_sub -a "detail" -d "List managed dotfiles details"
comp_sub -a "profiles" -d "List available profiles" comp_sub -a "profiles" -d "List available profiles"
# Lone options # Lone options