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