mirror of
https://github.com/fish-shell/fish-shell
synced 2024-11-10 15:14:44 +00:00
ce245704d7
These were excluded from style.fish
8 lines
579 B
Fish
8 lines
579 B
Fish
complete -c namei -s h -l help -d 'displays this help text'
|
|
complete -c namei -s V -l version -d 'output version information and exit'
|
|
complete -c namei -s x -l mountpoints -d 'show mount point directories with a \'D\''
|
|
complete -c namei -s m -l modes -d 'show the mode bits of each file'
|
|
complete -c namei -s o -l owners -d 'show owner and group name of each file'
|
|
complete -c namei -s l -l long -d 'use a long listing format (-m -o -v)'
|
|
complete -c namei -s n -l nosymlinks -d 'don\'t follow symlinks'
|
|
complete -c namei -s v -l vertical -d 'vertical align of modes and owners'
|