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
10 lines
817 B
Fish
10 lines
817 B
Fish
complete -c monop -s r -d 'Specifies the assembly to use for looking up the type'
|
|
complete -c monop -s a -d 'Renders all of the types in the specified assembly'
|
|
complete -c monop -s s -s k -l search -d 'Searches through all known assemblies for types containing \'class\''
|
|
complete -c monop -l refs -d 'Print a list of the referenced assemblies for an assembly.'
|
|
complete -c monop -s f -l filter-obsolete -d 'Do not show obsolete types and members'
|
|
complete -c monop -s d -l declared-only -d 'Only show members declared in the type'
|
|
complete -c monop -s p -l private -d 'Show private members'
|
|
complete -c monop -l runtime-version -d 'Print runtime version'
|
|
complete -c monop -o xa -d 'Set the lookup path to the Xamarin.Android directory'
|
|
complete -c monop -o xi -d 'Set the lookup path to the Xamarin.iOS directory'
|