Skip to content

Commit f1b2996

Browse files
Add output encoding options and bump version to 0.5.0
1 parent a51432d commit f1b2996

15 files changed

Lines changed: 229 additions & 113 deletions

File tree

Cargo.lock

Lines changed: 58 additions & 22 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ cirup --help
2828
- `-v`, `-vv`, ...: increase log verbosity.
2929
- `-C`, `--show-changes`: for `file-diff`, include keys that exist in both files but have different values.
3030
- `--touch`: force writing output files even when generated bytes are identical.
31+
- `--output-encoding <utf8-no-bom|utf8-bom|utf8>`: control output file encoding. `utf8` behaves like `utf8-no-bom`.
3132

3233
By default, cirup avoids rewriting output files when content has not changed.
3334

cirup_cli/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "cirup_cli"
3-
version = "0.4.0"
3+
version = "0.5.0"
44
authors = ["Marc-André Moreau <marcandre.moreau@gmail.com>"]
55
edition = "2024"
66

0 commit comments

Comments
 (0)