mirror of
https://github.com/fish-shell/fish-shell.git
synced 2025-02-15 01:23:51 +08:00
5 lines
245 B
Fish
5 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'
|