Robin Bowes
Robin Bowes
Came here to ask if this is supported and, if not, if it could be added! Need to add the equivalent to this HCL: ``` terraform { required_providers { datadog...
I've just hit this - what a total PITA. We're a paying customer. I shall file a support ticket.
Heh, you beat me to it, @brenthc I can confirm that this approach worked for me. In my case, I am using the TFE provider, and have the following provider...
I'm seeing the same thing on [my fork](https://github.com/yo61/ytool) of the [ytool](https://github.com/codacy/ytool) repo: ``` $ hub sync warning: 'master' seems to contain unpushed commits $ git push Everything up-to-date ``` MacOS...
I've lost yesterday because of this issue - I couldn't figure out why rancher/docker weren't working properly! IMO, the correct thing to do here is for vagrant to not add...
The trouble with @jtm0 's idea is that the help output for the device-info command will not include the common options (as mentioned in the OP): ``` $ python main.py...
> Another possibility is to use the `merge_args` library as discussed here #296 @lovetoburnswhen Thanks - I shall investigate that. The example in #296 seems to work, although flake8 throws...
Just adding another "I'd like to see this too" comment.
I just found Typer, and am going to use it with my next CLI tool instead of Click. I too would really like to see better integration with logger, also...
I found a was getting a error from pyflakes with @captainCapitalism 's example code. Removing `-> "wrapper"` seems to fix the error. I also found that it didn't work with...