mirror of
https://github.com/fish-shell/fish-shell
synced 2025-01-13 13:39:02 +00:00
de426323be
- reformat code - remove redundant functions
9 lines
303 B
Fish
9 lines
303 B
Fish
set -l command termux-wallpaper
|
|
|
|
complete -c $command -f
|
|
|
|
complete -c $command -s h -d 'Show help'
|
|
|
|
complete -c $command -s f -F -r -d 'Specify the file of a wallpaper'
|
|
complete -c $command -s u -F -r -d 'Specify the uRL of a wallpaper'
|
|
complete -c $command -s l -d 'Set a wallpaper for the lockscreen'
|