mirror of
https://github.com/fish-shell/fish-shell
synced 2024-11-15 01:17:45 +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
4 lines
245 B
Fish
4 lines
245 B
Fish
complete -c csharp -l attach -f -r -a '(ps -A | awk \'NR > 1 { printf "%s\t%s\n", $1, $4 }\')' -d
|
|
'Inject into other processes'
|
|
complete -c csharp -s e -f -r -d 'Specify expression to execute'
|
|
complete -c csharp -s s -r -d 'Use file to execute'
|