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
Right now, it's not possible to run cmd/cue from one directory, but have it perform commands in the context of another. This is easily solved using cd, or changing a process' working directory... but it's annoying to have to do that.
Is your feature request related to a problem? Please describe.
See golang/go#50332 for history/context with
cmd/go
.Right now, it's not possible to run
cmd/cue
from one directory, but have it perform commands in the context of another. This is easily solved usingcd
, or changing a process' working directory... but it's annoying to have to do that.tar
is perhaps one of the most classic examples that uses-C
.cmd/go
added this flag in https://go-review.googlesource.com/c/go/+/421436.Describe the solution you'd like
Add a
-C
flag tocmd/cue
, like it was added forcmd/go
in https://go-review.googlesource.com/c/go/+/421436.Describe alternatives you've considered
Per above. Manually having to change directory around the use of
cmd/cue
.Additional context
See #1899 for prior discussion.
The text was updated successfully, but these errors were encountered: