Skip to content

Commit

Permalink
Update CHANGELOG for the subcommand change.
Browse files Browse the repository at this point in the history
Fixes #118.
  • Loading branch information
nfachan committed Jan 12, 2024
1 parent 9057c13 commit 3b16bc1
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
packages.
[Issue #113](https://github.com/meticulous-software/meticulous/issues/113)
- Clarified the help message for `-i` and `-x`.
- To use subcommands. There are now two subcommands: `run` and `list`. `run`
takes `-q`, `-i`, `-x`, and `-P` flags. `list` takes `-i`, `-x`, and `-P`
flags. `list` also takes an optional positional argument to indicate what
type of artifact to list. The `-v`, `-h`, and `-b` flags remain at the top
level. The `quiet` configuration option also has moved into a new sub-section
for the run command in `cargo-metest.toml`.
[Issue #118](https://github.com/meticulous-software/meticulous/issues/118)

#### Fixed

Expand Down

0 comments on commit 3b16bc1

Please sign in to comment.