Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: Improve fig spec with better generators #3762

Merged
merged 17 commits into from
Jan 10, 2025
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Run lint fix after rendering
  • Loading branch information
miguelmig committed Dec 21, 2024
commit 741a54000edca69212cc225c103a8783ee3d3d78
1 change: 0 additions & 1 deletion .prettierignore
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,3 @@ docs/registry.md
src/assets/bash_zsh_support/
tasks.md
tmp
xtasks/fig/src/mise.ts
5 changes: 3 additions & 2 deletions tasks.toml
Original file line number Diff line number Diff line change
Expand Up @@ -67,8 +67,9 @@ run = "mise render-mangen"
["render:fig"]
wait_for = ["render:completions"]
run = [
"usage generate fig --file mise.usage.kdl --out-file xtasks/fig/src/mise.ts",
"tsx xtasks/fig/addCustomGenerators.ts xtasks/fig/src/mise.ts xtasks/fig/src/mise.ts",
"../usage/target/debug/usage generate fig --file mise.usage.kdl --out-file xtasks/fig/src/mise.ts",
"tsx xtasks/fig/addCustomGenerators.ts xtasks/fig/src/mise.ts xtasks/fig/src/mise.ts",
"bun run lint-fig:fix"
]
depends = ['docs:setup']

Expand Down
Loading
Loading