clap/clap_complete/tests/snapshots/aliases.fish.log
Ed Page 02fe7659c0 test(complete): Switch to snapshot testing
- This will make it easier to update
- We now uniformly test each shell
2022-03-07 14:03:49 -06:00

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'