Skip to content

Commit

Permalink
fix: added completes to string output (#187)
Browse files Browse the repository at this point in the history
  • Loading branch information
jdx authored Dec 9, 2024
1 parent cb94d3d commit 6783590
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion mise.toml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ run = [
depends = ['test', 'lint']

[tasks.pre-commit]
depends = ['lint', 'render']
depends = ['render']

[tasks.render]
depends = ['render:*']
Expand All @@ -91,6 +91,7 @@ run = [
'usage g completion bash usage --usage-cmd "usage --usage-spec" > cli/assets/completions/usage.bash',
'usage g completion fish usage --usage-cmd "usage --usage-spec" > cli/assets/completions/usage.fish',
'usage g completion zsh usage --usage-cmd "usage --usage-spec" > cli/assets/completions/_usage',
'mise run lint-fix',
]

[tasks."render:example-md"]
Expand Down

0 comments on commit 6783590

Please sign in to comment.