fish-shell/share/completions/ikdasm.fish
Emily Grace Seville 1b12719364 Extend mono completions
Work on mono.fish
- rewrite runtime option completions

Add new mono tools:
- gacutil
- xsp
- mkbundle
- ilasm
- monodis
- ikdasm
- monop
- sqlsharp
- gendarme
- csharp

Closes #8452
2022-02-05 20:09:45 +01:00

8 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'