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
--debug
--debug is sometimes not applied when passed in late in the arguments.
--debug should work, no matter at what position in the argument list it is being passed.
On some subcommands, --debug needs to be passed early to work. I did not find a pattern to this.
hcloud --debug server attach-to-network --network foo bar
hcloud server --debug attach-to-network --network foo bar
hcloud server attach-to-network --debug --network foo bar
hcloud server attach-to-network --network foo --debug bar
hcloud server attach-to-network --network foo bar --debug
No response
$ hcloud version hcloud 1.45.0-dev
The text was updated successfully, but these errors were encountered:
I'm not sure what causes this. It might be a Cobra issue.
Sorry, something went wrong.
No branches or pull requests
TL;DR
--debug
is sometimes not applied when passed in late in the arguments.Expected behavior
--debug
should work, no matter at what position in the argument list it is being passed.Observed behavior
On some subcommands,
--debug
needs to be passed early to work. I did not find a pattern to this.hcloud --debug server attach-to-network --network foo bar
hcloud server --debug attach-to-network --network foo bar
hcloud server attach-to-network --debug --network foo bar
hcloud server attach-to-network --network foo --debug bar
hcloud server attach-to-network --network foo bar --debug
Minimal working example
No response
Log output
No response
Additional information
The text was updated successfully, but these errors were encountered: