fish-shell/share/completions/ikdasm.fish

9 lines
462 B
Fish
Raw Normal View History

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'