mirror of
https://github.com/fish-shell/fish-shell.git
synced 2024-11-22 13:37:27 +08:00
completions/csharp: Fix syntax error
This commit is contained in:
parent
351cd5bd4b
commit
4c40283d00
|
@ -1,4 +1,3 @@
|
|||
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 -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'
|
||||
|
|
Loading…
Reference in New Issue
Block a user