Skip to content

Commit

Permalink
feat: replace "structopt" with "clap" (Wulf#64)
Browse files Browse the repository at this point in the history
also add subcommand "completions"
  • Loading branch information
hasezoey authored Sep 4, 2023
1 parent 27193b5 commit 1937039
Show file tree
Hide file tree
Showing 4 changed files with 351 additions and 180 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog

## next

- replace `structopt` with `clap`
- add subcommand to generate shell completions

## 0.0.16

- add option `schema-path` and `model-path` to specify custom paths for diesel schemas input and model output
Expand Down
Loading

0 comments on commit 1937039

Please sign in to comment.