docs/cli/tasks.md
mise tasksmise tasks [FLAGS] [TASK] <SUBCOMMAND>t, tasksrc/cli/tasks/mod.rsManage tasks
[TASK]Task name to get info of
-g --globalOnly show global tasks
-J --jsonOutput in JSON format
-l --localOnly show non-global tasks
-x --extendedShow all columns
--allLoad all tasks from the entire monorepo, including sibling directories. By default, only tasks from the current directory hierarchy are loaded.
--hiddenShow hidden tasks
--name-onlyOnly show task names, one per line. Useful for piping to fzf and similar tools.
--no-headerDo not print table header
--sort <COLUMN>Sort by column. Default is name.
Choices:
namealiasdescriptionsource--sort-order <SORT_ORDER>Sort order. Default is asc.
Choices:
ascdesc