Releases: AustinJ235/burden
Releases · AustinJ235/burden
0.2.1
0.2.0
- Added new options
-V
/--version
: display burden and cargo version.--working-dir
: set the directory that cargo runs in.--color
: Specify--color
used by cargo.
--help
/-h
now only displays help for burden if before the subcommand.- After the subcommand it will display the subcommand help from cargo.
- Using
--color
or--message-format
after the subcommand will now display a warning as it is overrided by burden. - Stdout will now display after using
Esc
orCtrl^C
if using therun
subcommand. - Messages that don't have a code are now omitted.
- Examples:
warning: 2 warnings emitted
orerror: aborting due to previous error
- Examples:
- Updated
crossterm: 0.24 -> 0.25
.
0.1.1
- Initial Release