Skip to content

Commit

Permalink
Add fig generate completion subcommand (#148)
Browse files Browse the repository at this point in the history
* Add fig generate completion subcommand

* Fix help text on spec option

* Ignore generators.ts file as it is used as template only for a different tool

* Address comments

* Lint fix

* fix: lint

* fix: lint

---------

Co-authored-by: jdx <216188+jdx@users.noreply.github.com>
  • Loading branch information
miguelmig and jdx authored Nov 4, 2024
1 parent 7cc0d6a commit 08457e7
Show file tree
Hide file tree
Showing 9 changed files with 474 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .codacy.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
---
exclude_paths:
- "tasks/fig/generators.ts"
1 change: 1 addition & 0 deletions .prettierignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
CHANGELOG.md
docs/.vitepress
docs/cli/reference.md
docs/public/site.webmanifest
examples/docs
lefthook.yml
Expand Down
1 change: 1 addition & 0 deletions Cargo.lock

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

1 change: 1 addition & 0 deletions cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ miette = { version = "5", features = ["fancy"] }
once_cell = "1"
regex = "1"
serde = { version = "1", features = ["derive"] }
serde_json = "1.0"
strum = { version = "0.26", features = ["derive"] }
tera = "1"
thiserror = "1"
Expand Down
Loading

0 comments on commit 08457e7

Please sign in to comment.