in src/commands/route/index.ts [19:28]
describe: t('common_help').d('Help'),
type: 'boolean',
default: false
})
.usage(
`${t('common_usage').d('Usage')}: esa route <add | list | delete>`
);
},
handler: (argv) => {
if (yargsIns && (argv.help || argv._.length < 2)) {