aboutsummaryrefslogtreecommitdiffhomepage
path: root/share/completions/root.fish
blob: 2988b8a27f08d4c5017fcde273bc31e255e3342f (plain)
1
2
3
4
5
6
7
8
9
10

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)"