mirror of
https://github.com/fish-shell/fish-shell
synced 2025-01-12 13:08:49 +00:00
fixup! Provide completions for s3cmd
This commit is contained in:
parent
539acd9fc5
commit
7fe3cb7b29
1 changed files with 1 additions and 1 deletions
|
@ -30,7 +30,7 @@ complete -c s3cmd -f -n "__s3cmd_is_remote_path"
|
|||
# Supress file completions for initial command
|
||||
complete -c s3cmd -n "__initial_command" -f
|
||||
|
||||
# Avaialable commands
|
||||
# Available commands
|
||||
complete -c s3cmd -n "__initial_command" -a 'mb' --description 'Make bucket'
|
||||
complete -c s3cmd -n "__initial_command" -a 'rb' --description 'Remove bucket'
|
||||
complete -c s3cmd -n "__initial_command" -a 'ls' --description 'List objects or buckets'
|
||||
|
|
Loading…
Reference in a new issue