mirror of
https://github.com/fish-shell/fish-shell
synced 2024-11-10 15:14:44 +00:00
1b12719364
Work on mono.fish - rewrite runtime option completions Add new mono tools: - gacutil - xsp - mkbundle - ilasm - monodis - ikdasm - monop - sqlsharp - gendarme - csharp Closes #8452
8 lines
462 B
Fish
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'
|