mirror of
https://github.com/fish-shell/fish-shell
synced 2024-11-10 15:14:44 +00:00
3 lines
257 B
Fish
3 lines
257 B
Fish
complete -c umask -s S -l symbolic -x -d 'Gets the umask in symbolic format instead of octal'
|
|
complete -c umask -s p -l as-command -x -d 'Gets the umask in a format that can be used as a command'
|
|
complete -c umask -s h -l help -x -d 'Display help and exit'
|