Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support '-' as STDOUT alias when download files #211

Prev Previous commit
Next Next commit
Remove Blank Line at CHANGELOG
athakur-reef committed Oct 18, 2023
commit 3046cc735e155441126366e3b426827345a6e3e7
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -6,6 +6,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

### Deprecated
* Support of `-` as a valid filename in `download-file-by-name` or `download-file-by-id` command. In future `-` will be an alias for standard output.

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think people typically write "in THE future", right?


ppolewicz marked this conversation as resolved.
Show resolved Hide resolved
### Fixed
* `--quiet` now will implicitly set `--noProgress` option as well
* Fix failing open non-seekable file

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

there is something wrong grammaticaly with this line