Skip to content

Commit

Permalink
[autofix.ci] apply automated fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
autofix-ci[bot] authored Mar 2, 2025
1 parent 8ce6db9 commit 16b161a
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
1 change: 1 addition & 0 deletions mise.usage.kdl
Original file line number Diff line number Diff line change
Expand Up @@ -461,6 +461,7 @@ cmd ls help="List installed and active tool versions" {
}
flag "-c --current" help="Only show tool versions currently specified in a mise.toml"
flag "-g --global" help="Only show tool versions currently specified in the global mise.toml"
flag "-l --local" help="Only show tool versions currently specified in the local mise.toml"
flag "-i --installed" help="Only show tool versions that are installed (Hides tools defined in mise.toml but not installed)"
flag "-o --offline" help="Don't fetch information such as outdated versions"
flag --outdated help="Display whether a version is outdated"
Expand Down
6 changes: 6 additions & 0 deletions xtasks/fig/src/mise.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1355,6 +1355,12 @@ const completionSpec: Fig.Spec = {
"Only show tool versions currently specified in the global mise.toml",
isRepeatable: false,
},
{
name: ["-l", "--local"],
description:
"Only show tool versions currently specified in the local mise.toml",
isRepeatable: false,
},
{
name: ["-i", "--installed"],
description:
Expand Down

0 comments on commit 16b161a

Please sign in to comment.