fix: remove dbg!() output

This commit is contained in:
Luke D. Jones
2021-07-31 23:03:17 +12:00
parent 81a88263a9
commit 0599be02dc
2 changed files with 2 additions and 2 deletions

View File

@@ -5,6 +5,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [Unreleased]
### Changed
- Fix missing CLI command help for some supported options
# [3.7.1] - 2021-06-11
### Changed