mirror of
https://github.com/fish-shell/fish-shell
synced 2024-11-14 17:07:44 +00:00
9 lines
462 B
Fish
9 lines
462 B
Fish
|
complete -c ikdasm -o help -d 'Show help'
|
||
|
|
||
|
complete -c ikdasm -o out -r -d 'Redirect stdout to file'
|
||
|
complete -c ikdasm -o assembly -d 'Include Assembly table contents'
|
||
|
complete -c ikdasm -o assemblyref -d 'Include AssemblyRef table contents'
|
||
|
complete -c ikdasm -o moduleref -d 'Include ModuleRef table contents'
|
||
|
complete -c ikdasm -o exported -d 'Include ExportedType table contents'
|
||
|
complete -c ikdasm -o customattr -d 'Include CustomAttribute table contents'
|