Update duply.fish

This commit is contained in:
Noorhteen Raja NJ 2021-09-30 02:29:29 +05:30 committed by ridiculousfish
parent 7df5efe317
commit 9b9a637e5c

View File

@ -1,6 +1,6 @@
# First parameter is the profile name, or 'usage' # First parameter is the profile name, or 'usage'
complete -c duply -f -n "fish_is_nth_token 1" - '(set -l files /etc/duply/* ~/.duply/*; string replace -r ".*/" "" -- $files)' -d Profile complete -c duply -f -n "fish_is_nth_token 1" -a '(set -l files /etc/duply/* ~/.duply/*; string replace -r ".*/" "" -- $files)' -d Profile
complete --command duply --no-files --arguments usage -d 'Get usage help text' complete --command duply --no-files --arguments usage -d 'Get usage help text'
# Second parameter is a duply command # Second parameter is a duply command