aboutsummaryrefslogtreecommitdiff
path: root/linux/poi.fish
blob: d0b3e21101caf3ebf5e85443cb46a088cfb38842 (plain)
1
2
3
4
5
6
7
8
9
10
11
# -c short option <short>
# -l long option <long>
# -a accepts option "option1 option2"

complete -c poi -s h -l help        --description 'Display command-line options list.'
complete -c poi -s v -l version     --description 'Display version information.'
complete -c poi      -l build       --description 'Display build commit.'
complete -c poi -s c -l config -r   --description 'Set configuration file.'
complete -c poi      -l no-remote   --description 'Do not accept or send remote commands.'
complete -c poi -s s -l session -r  --description 'Open the selected session'
complete -c poi      -l pick-session --description 'Show all available sessions and select which one to open.'