Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
hverlin committed Dec 12, 2024
1 parent eeb1779 commit e0ed49a
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion docs/tasks/toml-tasks.md
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,12 @@ You can hide a task from the list of available tasks by setting `hide = true`:
```toml
[tasks.cleancache]
run = "rm -rf .cache"
hide = true # hide this task from the list
hide = true # hide this task from mise tasks / mise run
```

Note that if you want to see hidden tasks, you can use the `--hidden` flag:
```shell
mise tasks ls --hidden
```

## alias
Expand Down

0 comments on commit e0ed49a

Please sign in to comment.