Skip to content

Commit

Permalink
Added --quiet parameter to download by file and id. (Backblaze#924)
Browse files Browse the repository at this point in the history
* Aded --quiet parameter to download by file and id.

* Changelog fixed.

* Extended  --quiet flag to all commands

* Moved tests for file download to a separate file

* Improved unit tests

* Reorganize README.md: Separate section for global -h and --quiet flags.

* Correct typo in README.md: Change WAES256 to AES256.

* --noProgress is not needed with --quiet

* Formating improvements

* Reverted README.md to the version from master

* --quiet is now suppressed in help

* Formatting
  • Loading branch information
przadka authored Oct 4, 2023
1 parent 3a07e29 commit 7398e16
Show file tree
Hide file tree
Showing 6 changed files with 209 additions and 84 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

### Added
* Add `--quiet` to all commands

### Infrastructure
* Fix gathering licenses of typeshed libraries
* Fix spellcheck erroring out on LICENSE file
Expand Down
Loading

0 comments on commit 7398e16

Please sign in to comment.