We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6cadcbd commit 3bd71f4Copy full SHA for 3bd71f4
docs/changelog.md
@@ -5,6 +5,9 @@
5
- Improve footer display when the terminal width is narrow. (#96)
6
- Show section name when using toml objects and arrays. (#98)
7
- Support [hcl](https://github.com/hashicorp/hcl). (#99)
8
+- Add `--to` or `-o` command line option, to convert current data to another schema. (#100)
9
+ - For example, convert current data from JSON to TOML: `otree /path/to/file.json -o toml`.
10
+ - This will print TOML content to stdout.
11
- Upgrade various dependencies.
12
13
## v0.6.0
0 commit comments