mirror of
https://github.com/clap-rs/clap
synced 2024-12-14 14:52:33 +00:00
02fe7659c0
- This will make it easier to update - We now uniformly test each shell
4 lines
249 B
Text
4 lines
249 B
Text
complete -c my-app -s o -s O -l option -l opt -d 'cmd option' -r
|
|
complete -c my-app -s h -l help -d 'Print help information'
|
|
complete -c my-app -s V -l version -d 'Print version information'
|
|
complete -c my-app -s f -s F -l flag -l flg -d 'cmd flag'
|