We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
➜ ~ env DRG_CONTEXT=sandbox drg get apps NAME AGE ctron 48d ctron-app1 48d ctron-mitemp 4d111h ctron-opcua 4d115h ➜ ~ env DRG_CONTEXT=devbox drg get apps NAME AGE ctron 48d ctron-app1 48d ctron-mitemp 4d111h ctron-opcua 4d115h ➜ ~ drg get -c devbox apps NAME AGE ctron 48d ctron-app1 48d ctron-mitemp 4d111h ctron-opcua 4d115h ➜ ~ drg context set-active devbox Switched active context to: devbox ➜ ~ drg get apps NAME AGE ctron-ttn 35d ctron-ttn2 35d ctron-ttn3 7d
The text was updated successfully, but these errors were encountered:
It's due to this : clap-rs/clap#1570 I tried to write a workaround but I am running into : rust-lang/rust#71126 (unstable feature)
So i may move --context back as a root-level global arg, despite the oddness of having it defined in the context subcommand
--context
context
Sorry, something went wrong.
a97cc8e
No branches or pull requests
The text was updated successfully, but these errors were encountered: