Harald Gutmann
Harald Gutmann
Sorry for the late reply, I've been doing the PR on Windows 10, up to date at the time doing it. I've not tested it on Windows 7 or re-verified....
Currently not using any Windows machine, therefore I'm not able to follow up on the details here.
Looks like this is the case for all labels including "_". ``` GitHub subscribe / +label:"version_update" +label:"version_update" is not a valid argument. The right format is +label:"my label" ```
As I was lately comming across another issue, I was wondering if this could be related to https://github.com/hashicorp/terraform/issues/17641
The above PR implements the approach of using `after_long_help` which I do think is a good start to address this topic. Nevertheless it is another solution as the requested `$PAGER`...
To address the issue of the early line wraps I've opened a ticket & PR on clap. https://github.com/clap-rs/clap/issues/4360 # issue https://github.com/clap-rs/clap/pull/4361 # pr
The clap PR was accepted and the version has been updated. This was included in #3622
https://github.com/prometheus-msteams/prometheus-msteams/issues/255
As a workaround adding the fields with empty strings/lists works: initial 3.x: ``` subject { common_name = "Your CN" organization = "Your Org" organizational_unit = "Your OU" } ``` avoid...
+1 for a config file. :-)