Skip to content

Commit

Permalink
update CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
marcospb19 committed Mar 7, 2024
1 parent 795c254 commit 2b7734d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,8 @@ Categories Used:

### Improvements

- Make `--format` more forgiving with the formatting of the provided format [\#519](https://github.com/ouch-org/ouch/pull/519) ([marcospb19](https://github.com/marcospb19))

## [0.5.1](https://github.com/ouch-org/ouch/compare/0.5.0...0.5.1)

### Improvements
Expand Down
3 changes: 1 addition & 2 deletions tests/snapshots/ui__ui_test_err_format_flag-3.snap
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,10 @@ expression: "run_ouch(\"ouch compress input output --format .tar.$#[email protected]\", di
[ERROR] Failed to parse `--format .tar.$#[email protected]`
- Unsupported extension '$#!@'

hint: Supported extensions are: tar, zip, bz, bz2, gz, lz4, xz, lzma, sz, zst
hint: Supported extensions are: tar, zip, bz, bz2, gz, lz4, xz, lzma, sz, zst, rar, 7z
hint: Supported aliases are: tgz, tbz, tlz4, txz, tzlma, tsz, tzst
hint:
hint: Examples:
hint: --format tar
hint: --format gz
hint: --format tar.gz

0 comments on commit 2b7734d

Please sign in to comment.