@a-i/agent-server 中文文档教程
@a-i/agent-server
代理服务器 CLI 工具包
Usage
$ npm install -g @a-i/agent-server
$ agent COMMAND
running command...
$ agent (-v|--version|version)
@a-i/agent-server/0.0.1 darwin-x64 node-v14.16.1
$ agent --help [COMMAND]
USAGE
$ agent COMMAND
...
Commands
agent hello [FILE]
在此处描述命令
USAGE
$ agent hello [FILE]
OPTIONS
-f, --force
-h, --help show CLI help
-n, --name=name name to print
EXAMPLE
$ agent hello
hello world from ./src/hello.ts!
请参阅代码:src/commands/hello.ts
agent help [COMMAND]
显示代理的帮助
USAGE
$ agent help [COMMAND]
ARGUMENTS
COMMAND command to show help for
OPTIONS
--all see all commands in CLI
参见代码:@oclif/plugin-help
@a-i/agent-server
Agent server CLI toolkit
Usage
$ npm install -g @a-i/agent-server
$ agent COMMAND
running command...
$ agent (-v|--version|version)
@a-i/agent-server/0.0.1 darwin-x64 node-v14.16.1
$ agent --help [COMMAND]
USAGE
$ agent COMMAND
...
Commands
agent hello [FILE]
describe the command here
USAGE
$ agent hello [FILE]
OPTIONS
-f, --force
-h, --help show CLI help
-n, --name=name name to print
EXAMPLE
$ agent hello
hello world from ./src/hello.ts!
See code: src/commands/hello.ts
agent help [COMMAND]
display help for agent
USAGE
$ agent help [COMMAND]
ARGUMENTS
COMMAND command to show help for
OPTIONS
--all see all commands in CLI
See code: @oclif/plugin-help
更多