mirror of
https://github.com/fish-shell/fish-shell
synced 2024-11-15 09:27:38 +00:00
11 lines
511 B
Fish
11 lines
511 B
Fish
|
|
||
|
complete -c root -s b -d 'Run in batch mode'
|
||
|
complete -c root -s n -d 'Do not execute logon and logoff macros'
|
||
|
complete -c root -s q -d 'Exit after processing commandline macro files'
|
||
|
complete -c root -s l -d 'Do not show splashscreen'
|
||
|
complete -c root -s x -d 'Exit on exception'
|
||
|
complete -c root -s h -s \? -l help -d 'Print help'
|
||
|
complete -c root -o config -d 'Print ./configure options'
|
||
|
complete -c root -o memstat -d 'Run with memory usage monitoring'
|
||
|
complete -c root -a "(__fish_complete_suffix .root)"
|