.TH MISE 1 .SH NAME mise \- The front\-end to your dev env .SH SYNOPSIS \fBmise\fR [OPTIONS] [] [] ... [] ... [COMMAND] .SH DESCRIPTION mise manages dev tools, env vars, and runs tasks. https://github.com/jdx/mise .PP .SH OPTIONS .TP \fB\-c, \-\-continue\-on\-error\fR Continue running tasks even if one fails .TP \fB\-C, \-\-cd\fR \fI\fR Change directory before running command .TP \fB\-E, \-\-env\fR \fI\fR Set the environment for loading `mise..toml` .TP \fB\-f, \-\-force\fR Force the operation .TP \fB\-i, \-\-interleave\fR Set the log output verbosity .TP \fB\-j, \-\-jobs\fR \fI\fR How many jobs to run in parallel [default: 8] .TP \fB\-n, \-\-dry\-run\fR Dry run, don't actually do anything .TP \fB\-p, \-\-prefix\fR .TP \fB\-P, \-\-profile\fR \fI\fR Set the profile (environment) .TP \fB\-q, \-\-quiet\fR Suppress non\-error messages .TP \fB\-s, \-\-shell\fR \fI\fR .TP \fB\-t, \-\-tool\fR \fI\fR Tool(s) to run in addition to what is in mise.toml files e.g.: node@20 python@3.10 .TP \fB\-v, \-\-verbose\fR Show extra output (use \-vv for even more) .TP \fB\-V, \-\-version\fR .TP \fB\-y, \-\-yes\fR Answer yes to all confirmation prompts .TP \fB\-\-debug\fR Sets log level to debug .TP \fB\-\-log\-level\fR \fI\fR .TP \fB\-\-no\-config\fR Do not load any config files Can also use `MISE_NO_CONFIG=1` .TP \fB\-\-no\-env\fR Do not load environment variables from config files Can also use `MISE_NO_ENV=1` .TP \fB\-\-no\-hooks\fR Do not execute hooks from config files Can also use `MISE_NO_HOOKS=1` .TP \fB\-\-no\-timings\fR Hides elapsed time after each task completes Default to always hide with `MISE_TASK_TIMINGS=0` .TP \fB\-\-output\fR \fI\fR .TP \fB\-\-raw\fR Read/write directly to stdin/stdout/stderr instead of by line .TP \fB\-\-locked\fR Require lockfile URLs to be present during installation Fails if tools don't have pre\-resolved URLs in the lockfile for the current platform. This prevents API calls to GitHub, aqua registry, etc. Can also be enabled via MISE_LOCKED=1 or settings.locked=true .TP \fB\-\-silent\fR Suppress all task output and mise non\-error messages .TP \fB\-\-timings\fR Shows elapsed time after each task completes Default to always show with `MISE_TASK_TIMINGS=1` .TP \fB\-\-trace\fR Sets log level to trace .SH ARGUMENTS .TP \fB\fR Task to run. Shorthand for `mise tasks run `. .TP \fB\fR Task arguments .SH COMMANDS .TP \fBactivate\fR Initializes mise in the current shell session .TP \fBtool\-alias\fR Manage tool version aliases. .TP \fBtool\-alias get\fR Show an alias for a plugin .TP \fBtool\-alias ls\fR List tool version aliases .RS \fIAliases: \fRlist .RE .TP \fBtool\-alias set\fR Add/update an alias for a backend/plugin .RS \fIAliases: \fRadd, create .RE .TP \fBtool\-alias unset\fR Clears an alias for a backend/plugin .RS \fIAliases: \fRrm, remove, delete, del .RE .TP \fBbackends\fR Manage backends .RS \fIAliases: \fRb .RE .TP \fBbackends ls\fR List built\-in backends .RS \fIAliases: \fRlist .RE .TP \fBbin\-paths\fR List all the active runtime bin paths .TP \fBcache\fR Manage the mise cache .TP \fBcache clear\fR Deletes all cache files in mise .RS \fIAliases: \fRc .RE .TP \fBcache path\fR Show the cache directory path .RS \fIAliases: \fRdir .RE .TP \fBcache prune\fR Removes stale mise cache files .RS \fIAliases: \fRp .RE .TP \fBcompletion\fR Generate shell completions .TP \fBconfig\fR Manage config files .RS \fIAliases: \fRcfg .RE .TP \fBconfig generate\fR Generate a mise.toml file .RS \fIAliases: \fRg .RE .TP \fBconfig get\fR Display the value of a setting in a mise.toml file .TP \fBconfig ls\fR List config files currently in use .RS \fIAliases: \fRlist .RE .TP \fBconfig set\fR Set the value of a setting in a mise.toml file .TP \fBdeactivate\fR Disable mise for current shell session .TP \fBdoctor\fR Check mise installation for possible problems .RS \fIAliases: \fRdr .RE .TP \fBdoctor path\fR Print the current PATH entries mise is providing .TP \fBen\fR Starts a new shell with the mise environment built from the current configuration .TP \fBenv\fR Exports env vars to activate mise a single time .RS \fIAliases: \fRe .RE .TP \fBexec\fR Execute a command with tool(s) set .RS \fIAliases: \fRx .RE .TP \fBfmt\fR Formats mise.toml .TP \fBgenerate\fR Generate files for various tools/services .RS \fIAliases: \fRgen .RE .TP \fBgenerate bootstrap\fR Generate a script to download+execute mise .TP \fBgenerate config\fR [experimental] Generate a mise.toml file .RS \fIAliases: \fRg .RE .TP \fBgenerate devcontainer\fR Generate a devcontainer to execute mise .TP \fBgenerate git\-pre\-commit\fR Generate a git pre\-commit hook .RS \fIAliases: \fRpre\-commit .RE .TP \fBgenerate github\-action\fR Generate a GitHub Action workflow file .TP \fBgenerate task\-docs\fR Generate documentation for tasks in a project .TP \fBgenerate task\-stubs\fR Generates shims to run mise tasks .TP \fBgenerate tool\-stub\fR Generate a tool stub for HTTP\-based tools .TP \fBimplode\fR Removes mise CLI and all related data .TP \fBinstall\fR Install a tool version .RS \fIAliases: \fRi .RE .TP \fBinstall\-into\fR Install a tool version to a specific path .TP \fBlatest\fR Gets the latest available version for a plugin .TP \fBlink\fR Symlinks a tool version into mise .RS \fIAliases: \fRln .RE .TP \fBlock\fR Update lockfile checksums and URLs for all specified platforms .TP \fBls\fR List installed and active tool versions .RS \fIAliases: \fRlist .RE .TP \fBls\-remote\fR List runtime versions available for install. .TP \fBmcp\fR [experimental] Run Model Context Protocol (MCP) server .TP \fBoutdated\fR Shows outdated tool versions .TP \fBplugins\fR Manage plugins .RS \fIAliases: \fRp .RE .TP \fBplugins install\fR Install a plugin .RS \fIAliases: \fRi, a, add .RE .TP \fBplugins link\fR Symlinks a plugin into mise .RS \fIAliases: \fRln .RE .TP \fBplugins ls\fR List installed plugins .RS \fIAliases: \fRlist .RE .TP \fBplugins ls\-remote\fR .RS \fIAliases: \fRlist\-remote, list\-all .RE .TP \fBplugins uninstall\fR Removes a plugin .RS \fIAliases: \fRremove, rm .RE .TP \fBplugins update\fR Updates a plugin to the latest version .RS \fIAliases: \fRup, upgrade .RE .TP \fBprepare\fR [experimental] Ensure project dependencies are ready .RS \fIAliases: \fRprep .RE .TP \fBprune\fR Delete unused versions of tools .TP \fBregistry\fR List available tools to install .TP \fBreshim\fR Creates new shims based on bin paths from currently installed tools. .TP \fBrun\fR Run task(s) .RS \fIAliases: \fRr .RE .TP \fBsearch\fR Search for tools in the registry .TP \fBself\-update\fR Updates mise itself. .TP \fBset\fR Set environment variables in mise.toml .TP \fBsettings\fR Show current settings .TP \fBsettings add\fR Adds a setting to the configuration file .TP \fBsettings get\fR Show a current setting .TP \fBsettings ls\fR Show current settings .RS \fIAliases: \fRlist .RE .TP \fBsettings set\fR Add/update a setting .RS \fIAliases: \fRcreate .RE .TP \fBsettings unset\fR Clears a setting .RS \fIAliases: \fRrm, remove, delete, del .RE .TP \fBshell\fR Sets a tool version for the current session. .RS \fIAliases: \fRsh .RE .TP \fBshell\-alias\fR Manage shell aliases. .TP \fBshell\-alias get\fR Show the command for a shell alias .TP \fBshell\-alias ls\fR List shell aliases .RS \fIAliases: \fRlist .RE .TP \fBshell\-alias set\fR Add/update a shell alias .RS \fIAliases: \fRadd, create .RE .TP \fBshell\-alias unset\fR Removes a shell alias .RS \fIAliases: \fRrm, remove, delete, del .RE .TP \fBsync\fR Synchronize tools from other version managers with mise .TP \fBsync node\fR Symlinks all tool versions from an external tool into mise .TP \fBsync python\fR Symlinks all tool versions from an external tool into mise .TP \fBsync ruby\fR Symlinks all ruby tool versions from an external tool into mise .TP \fBtasks\fR Manage tasks .RS \fIAliases: \fRt .RE .TP \fBtasks add\fR Create a new task .TP \fBtasks deps\fR Display a tree visualization of a dependency graph .TP \fBtasks edit\fR Edit a task with $EDITOR .TP \fBtasks info\fR Get information about a task .TP \fBtasks ls\fR List available tasks to execute .TP \fBtasks run\fR Run task(s) .RS \fIAliases: \fRr .RE .TP \fBtasks validate\fR Validate tasks for common errors and issues .TP \fBtest\-tool\fR Test a tool installs and executes .TP \fBtool\fR Gets information about a tool .TP \fBtool\-stub\fR Execute a tool stub .TP \fBtrust\fR Marks a config file as trusted .TP \fBuninstall\fR Removes installed tool versions .TP \fBunset\fR Remove environment variable(s) from the config file. .TP \fBunuse\fR Removes installed tool versions from mise.toml .RS \fIAliases: \fRrm, remove .RE .TP \fBupgrade\fR Upgrades outdated tools .RS \fIAliases: \fRup .RE .TP \fBuse\fR Installs a tool and adds the version to mise.toml. .RS \fIAliases: \fRu .RE .TP \fBversion\fR Display the version of mise .RS \fIAliases: \fRv .RE .TP \fBwatch\fR Run task(s) and watch for changes to rerun it .RS \fIAliases: \fRw .RE .TP \fBwhere\fR Display the installation path for a tool .TP \fBwhich\fR Shows the path that a tool's bin points to. .SH "MISE ACTIVATE" Initializes mise in the current shell session This should go into your shell's rc file or login shell. Otherwise, it will only take effect in the current session. (e.g. ~/.zshrc, ~/.zprofile, ~/.zshenv, ~/.bashrc, ~/.bash_profile, ~/.profile, ~/.config/fish/config.fish, or $PROFILE for powershell) Typically, this can be added with something like the following: echo 'eval "$(mise activate zsh)"' >> ~/.zshrc However, this requires that "mise" is in your PATH. If it is not, you need to specify the full path like this: echo 'eval "$(/path/to/mise activate zsh)"' >> ~/.zshrc Customize status output with `status` settings. .PP \fBUsage:\fR mise activate [OPTIONS] [] .PP \fBOptions:\fR .PP .TP \fB\-q, \-\-quiet\fR Suppress non\-error messages .TP \fB\-s, \-\-shell\fR \fI\fR Shell type to generate the script for .TP \fB\-\-no\-hook\-env\fR Do not automatically call hook\-env This can be helpful for debugging mise. If you run `eval "$(mise activate \-\-no\-hook\-env)"`, then you can call `mise hook\-env` manually which will output the env vars to stdout without actually modifying the environment. That way you can do things like `mise hook\-env \-\-trace` to get more information or just see the values that hook\-env is outputting. .TP \fB\-\-shims\fR Use shims instead of modifying PATH Effectively the same as: PATH="$HOME/.local/share/mise/shims:$PATH" `mise activate \-\-shims` does not support all the features of `mise activate`. See https://mise.jdx.dev/dev\-tools/shims.html#shims\-vs\-path for more information .TP \fB\-\-status\fR Show "mise: @" message when changing directories \fBArguments:\fR .PP .TP \fB\fR Shell type to generate the script for .SH "MISE TOOL-ALIAS" Manage tool version aliases. .PP \fBUsage:\fR mise tool\-alias [OPTIONS] [COMMAND] .PP \fBOptions:\fR .PP .TP \fB\-p, \-\-plugin\fR \fI\fR filter aliases by plugin .TP \fB\-\-no\-header\fR Don't show table header .SH "MISE TOOL-ALIAS GET" Show an alias for a plugin This is the contents of a tool_alias. entry in ~/.config/mise/config.toml .PP \fBUsage:\fR mise tool\-alias get .PP \fBArguments:\fR .PP .TP \fB\fR The plugin to show the alias for .TP \fB\fR The alias to show .SH "MISE TOOL-ALIAS LS" List tool version aliases Shows the aliases that can be specified. These can come from user config or from plugins in `bin/list\-aliases`. For user config, aliases are defined like the following in `~/.config/mise/config.toml`: [tool_alias.node.versions] lts = "22.0.0" .PP \fBUsage:\fR mise tool\-alias ls [OPTIONS] [] .PP \fBOptions:\fR .PP .TP \fB\-\-no\-header\fR Don't show table header \fBArguments:\fR .PP .TP \fB\fR Show aliases for .SH "MISE TOOL-ALIAS SET" Add/update an alias for a backend/plugin This modifies the contents of ~/.config/mise/config.toml .PP \fBUsage:\fR mise tool\-alias set [] .PP \fBArguments:\fR .PP .TP \fB\fR The backend/plugin to set the alias for .TP \fB\fR The alias to set .TP \fB\fR The value to set the alias to .SH "MISE TOOL-ALIAS UNSET" Clears an alias for a backend/plugin This modifies the contents of ~/.config/mise/config.toml .PP \fBUsage:\fR mise tool\-alias unset [] .PP \fBArguments:\fR .PP .TP \fB\fR The backend/plugin to remove the alias from .TP \fB\fR The alias to remove .SH "MISE BIN-PATHS" List all the active runtime bin paths .PP \fBUsage:\fR mise bin\-paths [] ... .PP \fBArguments:\fR .PP .TP \fB\fR Tool(s) to look up e.g.: ruby@3 .SH "MISE CACHE CLEAR" Deletes all cache files in mise .PP \fBUsage:\fR mise cache clear [OPTIONS] [] ... .PP \fBOptions:\fR .PP .TP \fB\-\-outdate\fR Mark all cache files as old \fBArguments:\fR .PP .TP \fB\fR Plugin(s) to clear cache for e.g.: node, python .SH "MISE CACHE PRUNE" Removes stale mise cache files By default, this command will remove files that have not been accessed in 30 days. Change this with the MISE_CACHE_PRUNE_AGE environment variable. .PP \fBUsage:\fR mise cache prune [OPTIONS] [] ... .PP \fBOptions:\fR .PP .TP \fB\-v, \-\-verbose\fR Show pruned files .TP \fB\-\-dry\-run\fR Just show what would be pruned \fBArguments:\fR .PP .TP \fB\fR Plugin(s) to clear cache for e.g.: node, python .SH "MISE COMPLETION" Generate shell completions .PP \fBUsage:\fR mise completion [OPTIONS] [] .PP \fBOptions:\fR .PP .TP \fB\-s, \-\-shell\fR \fI\fR Shell type to generate completions for .TP \fB\-\-include\-bash\-completion\-lib\fR Include the bash completion library in the bash completion script This is required for completions to work in bash, but it is not included by default you may source it separately or enable this flag to enable it in the script. .TP \fB\-\-usage\fR Always use usage for completions. Currently, usage is the default for fish and bash but not zsh since it has a few quirks to work out first. This requires the `usage` CLI to be installed. https://usage.jdx.dev \fBArguments:\fR .PP .TP \fB\fR Shell type to generate completions for .SH "MISE CONFIG" Manage config files .PP \fBUsage:\fR mise config [OPTIONS] [COMMAND] .PP \fBOptions:\fR .PP .TP \fB\-J, \-\-json\fR Output in JSON format .TP \fB\-\-no\-header\fR Do not print table header .TP \fB\-\-tracked\-configs\fR List all tracked config files .SH "MISE CONFIG GENERATE" Generate a mise.toml file .PP \fBUsage:\fR mise config generate [OPTIONS] .PP \fBOptions:\fR .PP .TP \fB\-o, \-\-output\fR \fI\fR Output to file instead of stdout .TP \fB\-t, \-\-tool\-versions\fR \fI\fR Path to a .tool\-versions file to import tools from .SH "MISE CONFIG GET" Display the value of a setting in a mise.toml file .PP \fBUsage:\fR mise config get [OPTIONS] [] .PP \fBOptions:\fR .PP .TP \fB\-f, \-\-file\fR \fI\fR The path to the mise.toml file to edit If not provided, the nearest mise.toml file will be used \fBArguments:\fR .PP .TP \fB\fR The path of the config to display .SH "MISE CONFIG LS" List config files currently in use .PP \fBUsage:\fR mise config ls [OPTIONS] .PP \fBOptions:\fR .PP .TP \fB\-J, \-\-json\fR Output in JSON format .TP \fB\-\-no\-header\fR Do not print table header .TP \fB\-\-tracked\-configs\fR List all tracked config files .SH "MISE CONFIG SET" Set the value of a setting in a mise.toml file .PP \fBUsage:\fR mise config set [OPTIONS] .PP \fBOptions:\fR .PP .TP \fB\-f, \-\-file\fR \fI\fR The path to the mise.toml file to edit If not provided, the nearest mise.toml file will be used .TP \fB\-t, \-\-type\fR \fI\fR .RS \fIDefault: \fRinfer .RE \fBArguments:\fR .PP .TP \fB\fR The path of the config to display .TP \fB\fR The value to set the key to .SH "MISE DOCTOR" Check mise installation for possible problems .PP \fBUsage:\fR mise doctor [OPTIONS] [COMMAND] .PP \fBOptions:\fR .PP .TP \fB\-J, \-\-json\fR .SH "MISE DOCTOR PATH" Print the current PATH entries mise is providing .PP \fBUsage:\fR mise doctor path [OPTIONS] .PP \fBOptions:\fR .PP .TP \fB\-f, \-\-full\fR Print all entries including those not provided by mise .SH "MISE EN" Starts a new shell with the mise environment built from the current configuration This is an alternative to `mise activate` that allows you to explicitly start a mise session. It will have the tools and environment variables in the configs loaded. Note that changing directories will not update the mise environment. .PP \fBUsage:\fR mise en [OPTIONS] [] .PP \fBOptions:\fR .PP .TP \fB\-s, \-\-shell\fR \fI\fR Shell to start Defaults to $SHELL \fBArguments:\fR .PP .TP \fB\fR Directory to start the shell in .RS \fIDefault: \fR. .RE .SH "MISE ENV" Exports env vars to activate mise a single time Use this if you don't want to permanently install mise. It's not necessary to use this if you have `mise activate` in your shell rc file. .PP \fBUsage:\fR mise env [OPTIONS] [] ... .PP \fBOptions:\fR .PP .TP \fB\-D, \-\-dotenv\fR Output in dotenv format .TP \fB\-J, \-\-json\fR Output in JSON format .TP \fB\-s, \-\-shell\fR \fI\fR Shell type to generate environment variables for .TP \fB\-\-json\-extended\fR Output in JSON format with additional information (source, tool) .TP \fB\-\-redacted\fR Only show redacted environment variables .TP \fB\-\-values\fR Only show values of environment variables \fBArguments:\fR .PP .TP \fB\fR Tool(s) to use .SH "MISE EXEC" Execute a command with tool(s) set use this to avoid modifying the shell session or running ad\-hoc commands with mise tools set. Tools will be loaded from mise.toml, though they can be overridden with args Note that only the plugin specified will be overridden, so if a `mise.toml` file includes "node 20" but you run `mise exec python@3.11`; it will still load node@20. The "\-\-" separates runtimes from the commands to pass along to the subprocess. .PP \fBUsage:\fR mise exec [OPTIONS] [] ... [] ... .PP \fBOptions:\fR .PP .TP \fB\-c, \-\-command\fR \fI\fR Command string to execute .TP \fB\-j, \-\-jobs\fR \fI\fR Number of jobs to run in parallel [default: 4] .TP \fB\-\-fresh\-env\fR Bypass the environment cache and recompute the environment .TP \fB\-\-no\-prepare\fR Skip automatic dependency preparation .TP \fB\-\-raw\fR Directly pipe stdin/stdout/stderr from plugin to user Sets \-\-jobs=1 \fBArguments:\fR .PP .TP \fB\fR Tool(s) to start e.g.: node@20 python@3.10 .TP \fB\fR Command string to execute (same as \-\-command) .SH "MISE FMT" Formats mise.toml Sorts keys and cleans up whitespace in mise.toml .PP \fBUsage:\fR mise fmt [OPTIONS] .PP \fBOptions:\fR .PP .TP \fB\-a, \-\-all\fR Format all files from the current directory .TP \fB\-c, \-\-check\fR Check if the configs are formatted, no formatting is done .TP \fB\-s, \-\-stdin\fR Read config from stdin and write its formatted version into stdout .SH "MISE GENERATE BOOTSTRAP" Generate a script to download+execute mise This is designed to be used in a project where contributors may not have mise installed. .PP \fBUsage:\fR mise generate bootstrap [OPTIONS] .PP \fBOptions:\fR .PP .TP \fB\-l, \-\-localize\fR Sandboxes mise internal directories like MISE_DATA_DIR and MISE_CACHE_DIR into a `.mise` directory in the project This is necessary if users may use a different version of mise outside the project. .TP \fB\-V, \-\-version\fR \fI\fR Specify mise version to fetch .TP \fB\-w, \-\-write\fR \fI\fR instead of outputting the script to stdout, write to a file and make it executable .TP \fB\-\-localized\-dir\fR \fI\fR Directory to put localized data into .RS \fIDefault: \fR.mise .RE .SH "MISE GENERATE CONFIG" [experimental] Generate a mise.toml file .PP \fBUsage:\fR mise generate config [OPTIONS] .PP \fBOptions:\fR .PP .TP \fB\-o, \-\-output\fR \fI\fR Output to file instead of stdout .TP \fB\-t, \-\-tool\-versions\fR \fI\fR Path to a .tool\-versions file to import tools from .SH "MISE GENERATE DEVCONTAINER" Generate a devcontainer to execute mise .PP \fBUsage:\fR mise generate devcontainer [OPTIONS] .PP \fBOptions:\fR .PP .TP \fB\-i, \-\-image\fR \fI\fR The image to use for the devcontainer .TP \fB\-m, \-\-mount\-mise\-data\fR Bind the mise\-data\-volume to the devcontainer .TP \fB\-n, \-\-name\fR \fI\fR The name of the devcontainer .TP \fB\-w, \-\-write\fR write to .devcontainer/devcontainer.json .SH "MISE GENERATE GIT-PRE-COMMIT" Generate a git pre\-commit hook This command generates a git pre\-commit hook that runs a mise task like `mise run pre\-commit` when you commit changes to your repository. Staged files are passed to the task as `STAGED`. For more advanced pre\-commit functionality, see mise's sister project: https://hk.jdx.dev/ .PP \fBUsage:\fR mise generate git\-pre\-commit [OPTIONS] .PP \fBOptions:\fR .PP .TP \fB\-t, \-\-task\fR \fI\fR The task to run when the pre\-commit hook is triggered .RS \fIDefault: \fRpre\-commit .RE .TP \fB\-w, \-\-write\fR write to .git/hooks/pre\-commit and make it executable .TP \fB\-\-hook\fR \fI\fR Which hook to generate (saves to .git/hooks/$hook) .RS \fIDefault: \fRpre\-commit .RE .SH "MISE GENERATE GITHUB-ACTION" Generate a GitHub Action workflow file This command generates a GitHub Action workflow file that runs a mise task like `mise run ci` when you push changes to your repository. .PP \fBUsage:\fR mise generate github\-action [OPTIONS] .PP \fBOptions:\fR .PP .TP \fB\-t, \-\-task\fR \fI\fR The task to run when the workflow is triggered .RS \fIDefault: \fRci .RE .TP \fB\-w, \-\-write\fR write to .github/workflows/$name.yml .TP \fB\-\-name\fR \fI\fR the name of the workflow to generate .RS \fIDefault: \fRci .RE .SH "MISE GENERATE TASK-DOCS" Generate documentation for tasks in a project .PP \fBUsage:\fR mise generate task\-docs [OPTIONS] .PP \fBOptions:\fR .PP .TP \fB\-i, \-\-inject\fR inserts the documentation into an existing file This will look for a special comment, ``, and replace it with the generated documentation. It will replace everything between the comment and the next comment, `` so it can be run multiple times on the same file to update the documentation. .TP \fB\-I, \-\-index\fR write only an index of tasks, intended for use with `\-\-multi` .TP \fB\-m, \-\-multi\fR render each task as a separate document, requires `\-\-output` to be a directory .TP \fB\-o, \-\-output\fR \fI\fR writes the generated docs to a file/directory .TP \fB\-r, \-\-root\fR \fI\fR root directory to search for tasks .TP \fB\-s, \-\-style\fR \fI