Skip to content

Commit

Permalink
Implement CLI changes (#583)
Browse files Browse the repository at this point in the history
  • Loading branch information
Xophmeister committed Sep 7, 2023
1 parent 577fe94 commit 3964d3c
Show file tree
Hide file tree
Showing 23 changed files with 2,016 additions and 657 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Expand Up @@ -31,7 +31,7 @@ jobs:
run: export GC_DONT_GC=1; nix -L flake check

- name: Build and test executable
run: 'echo \{ \"foo\": \"bar\" \} | nix run . -- -l json'
run: 'echo \{ \"foo\": \"bar\" \} | nix run . -- fmt -l json'

- name: Verify that usage in README.md matches CLI output
run: ./verify-documented-usage.sh
Expand Down
1 change: 1 addition & 0 deletions CHANGELOG.md
Expand Up @@ -53,6 +53,7 @@ This name should be decided amongst the team before the release.
* [#535](https://github.com/tweag/topiary/pull/535) Improved error message when idempotency fails due to invalid output in the first pass.
* [#533](https://github.com/tweag/topiary/pull/533) Update tree-sitter-ocaml to 0.20.3
* [#576](https://github.com/tweag/topiary/pull/576) Allows prepending/appending `@begin_scope` and `@end_scope`
* [#583](https://github.com/tweag/topiary/pull/583) Modernisation of the command line interface (see [the CLI Migration Guide](/docs/migration-0.2-0.3.md), for details)

## v0.2.3 - Cyclic Cypress - 2023-06-20

Expand Down
144 changes: 108 additions & 36 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 3964d3c

Please sign in to comment.