cmd
cmd copied to clipboard
A command line implementation framework
Running tests using go 1.21 results in a test failure: ``` cd _build && go test -vet=off -v -p 16 github.com/juju/cmd github.com/juju/cmd/cmdtesting === RUN TestPackage ---------------------------------------------------------------------- FAIL: cmd_test.go:41: CmdSuite.TestContext cmd_test.go:42:...
Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.1.0 to 0.17.0. Commits 9d2ee97 ssh: implement strict KEX protocol changes 4e5a261 ssh: close net.Conn on all NewServerConn errors 152cdb1 x509roots/fallback: update bundle fdfe1f8 ssh: defer channel...
Bumps [golang.org/x/net](https://github.com/golang/net) from 0.7.0 to 0.17.0. Commits b225e7c http2: limit maximum handler goroutines to MaxConcurrentStreams 88194ad go.mod: update golang.org/x dependencies 2b60a61 quic: fix several bugs in flow control accounting 73d82ef...
This is a breaking change. I'd rather we didn't call out discourse directly here. If someone wants to use something else for mapping, they have to use discourse for no...
This is another breaking change. The documentation command should not be instantiated for every command supercommand. Every binary or sub-super command that implements the super command now has a documentation...
This library depends on some helper methods from juju/utils, but juju/utils in turn depends on juju/cmd. This forms a dependency loop. I think the cleanest approach would be to copy...
# what does thi Pr? Move godoc away from readme, use godoc badge instead You can see it here https://github.com/MalloZup/cmd/tree/readme-clean#cmd
## Motivation The juju/cmd library already includes a way to format a given command as Markdown. However, currently this is buried deep inside the implementation details of the internal `documentation`...