【发布时间】:2022-11-18 20:58:46
【问题描述】:
我想知道是否可以在执行命令之前验证标志值。
healthCheckPort: Flags.integer({
description: 'This flag allows you to choose what port the health check sever is running on.',
default: 6000,
dependsOn: ['healthCheck'],
}),
【问题讨论】:
标签: javascript typescript flags inquirer oclif