commit | 57c9a581117a643ef8b9d0329a1fb2e94b0172bd | [log] [tgz] |
---|---|---|
author | Marc-Antoine Ruel <[email protected]> | Sun Dec 17 12:38:11 2023 -0500 |
committer | Marc-Antoine Ruel <[email protected]> | Sun Dec 17 12:38:11 2023 -0500 |
tree | 32ccdee619d5a45c95becc185e120fc9d5f571db | |
parent | 6d5562a6a1c63ebecec49238b3ad88d704e890de [diff] |
Fix staticcheck warning for io/ioutil deprecation
This package permits a Go application to implement subcommands support similar to what is supported by the ‘go’ tool.
The library is designed so that the test cases can run concurrently. Using global flags variables is discouraged to keep your program testable concurrently.
The intended command is found via heuristic search;
lo
will run longcommand
as long as there's no command with the same prefix.longcmmand
or longcmomand
will properly trigger longcommand
.