You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4Lines changed: 4 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -90,6 +90,10 @@ func main() {
90
90
}
91
91
```
92
92
93
+
## Known gotchas
94
+
95
+
There is some funny backslash escaping with the `interactive` mode. This is due to the way the library `github.com/nproc/parseargs-go` handles escaping of backslashes. So if you for instance run psexec with `psexec \\mymachine` it will escape the double backslash into a single.
0 commit comments