-
The image used in the README still references `--nom` when it should be `--no-nom`.
-
When running bruno cli with `--debug` it will print the request and response in the console. This should be helpful in debugging scenarios where the cli is not working as expected.
-
When `--help` is executed with a non-existent command, `NullPointerException` is thrown.
```console
./bin/uc non_existent_command --help
Please provide a valid sub-command for non_existent_comman…
-
The command line options are documented in two different ways. The two different documentations can be show with the commands `zonemaster-cli --help` and `man zonemaster-cli` respectively. Both comman…
-
**Description**
There's no apparent way to validate that the existing generated types in the target file match the current schema. This is useful in a CI pipeline.
**Proposal**
A validation mode t…
-
Options is defined here but godoc is not present
-
This enables authenticating an account other than the CLI's configured default. Pass the value to the CLI with `--subscription`, quoting it because it may contain spaces. See Azure/azure-sdk-for-go/pu…
-
# Background
We'd like a machine-consumable option for `spacetime describe`.
# Definition of Done
- [ ] `spacetime describe` supports a `--format=json` option to provide the same output in json
-
### Describe the bug
The help output from `oscal-cli` for validate incorrectly shows the options before the source file.
### Who is the bug affecting
Users attempting to validate content, using the…
-
### Command
new
### Description
Currently, Angular CLI provides the option to select between various CSS preprocessors like CSS, SCSS, and LESS when creating a new project. However, TailwindCSS, a …