mirror of
https://github.com/fish-shell/fish-shell.git
synced 2024-11-25 18:03:37 +08:00
11 lines
648 B
Fish
11 lines
648 B
Fish
|
complete -c ilasm -l help -d 'Show help and exit'
|
||
|
complete -c ilasm -l version -d 'Show version and exit'
|
||
|
|
||
|
complete -c ilasm -o 'output:' -r -d 'Specify the output file name'
|
||
|
complete -c ilasm -o exe -d 'Generate an exe'
|
||
|
complete -c ilasm -o scan_only -d 'Just scan the IL code and display tokens'
|
||
|
complete -c ilasm -o show_tokens -d 'Show tokens as they are parsed'
|
||
|
complete -c ilasm -o show_method_def -d 'Display method information when a method is defined'
|
||
|
complete -c ilasm -o show_method_ref -d 'Display method information when a method is referenced'
|
||
|
complete -c ilasm -o 'key:' -d 'Strongname (sign) the output assembly using the key pair'
|