describe: t()

in src/commands/routine/index.ts [17:24]


        describe: t('common_help').d('Help'),
        type: 'boolean',
        default: false
      })
      .usage(`${t('common_usage').d('Usage')}: esa routine [list | delete]`);
  },
  handler: (argv) => {
    if (yargsIns && (argv.help || argv._.length < 2)) {