FigOption helpOption(String label) { return FigOption( name: ['--help', '-h'], description: 'Show help for the $label subcommand', priority: 0, ); }