定时任务管理器
$ npm install -g @lppx/taskmgr
$ tm COMMAND
running command...
$ tm (--version)
@lppx/taskmgr/1.0.3 linux-x64 node-v20.20.1
$ tm --help [COMMAND]
USAGE
$ tm COMMAND
...Display autocomplete installation instructions.
USAGE
$ tm autocomplete [SHELL] [-r]
ARGUMENTS
[SHELL] (zsh|bash|powershell) Shell type
FLAGS
-r, --refresh-cache Refresh cache (ignores displaying instructions)
DESCRIPTION
Display autocomplete installation instructions.
EXAMPLES
$ tm autocomplete
$ tm autocomplete bash
$ tm autocomplete zsh
$ tm autocomplete powershell
$ tm autocomplete --refresh-cache
See code: @oclif/plugin-autocomplete
Display help for tm.
USAGE
$ tm help [COMMAND...] [-n]
ARGUMENTS
[COMMAND...] Command to show help for.
FLAGS
-n, --nested-commands Include all nested commands in the output.
DESCRIPTION
Display help for tm.
See code: @oclif/plugin-help
USAGE
$ tm version [--json] [--verbose]
FLAGS
--verbose Show additional information about the CLI.
GLOBAL FLAGS
--json Format output as json.
FLAG DESCRIPTIONS
--verbose Show additional information about the CLI.
Additionally shows the architecture, node version, operating system, and versions of plugins that the CLI is using.
See code: @oclif/plugin-version
Show which plugin a command is in.
USAGE
$ tm which [--json]
GLOBAL FLAGS
--json Format output as json.
DESCRIPTION
Show which plugin a command is in.
EXAMPLES
See which plugin the `help` command is in:
$ tm which help
Use colon separators.
$ tm which foo:bar:baz
Use spaces as separators.
$ tm which foo bar baz
Wrap command in quotes to use spaces as separators.
$ tm which "foo bar baz"
See code: @oclif/plugin-which