📖 Update CHANGELOG and add explanation to usage help

Added quick note that commands can be used in combination and separated
commands from other options to better highlight them.
This commit is contained in:
Marty Oehme 2022-08-06 11:39:52 +02:00
parent a776c63748
commit 05f0e71b9f
Signed by: Marty
GPG key ID: B7538B8F50A1C800
2 changed files with 11 additions and 4 deletions

View file

@ -9,13 +9,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
<!-- ### Added -->
<!-- ### Changed -->
### Changed
- Multiple command options can be combined
<!-- ### Deprecated -->
<!-- ### Removed -->
<!-- ### Fixed -->
### Fixed
- Custom default command is only executed when no command option given
<!-- ### Security -->