commonOptions top-level property
Implementation
final List<Option> commonOptions = [
Option(
name: ['--help', '-h', '-help'],
description: 'Show help information'
),
Option(
name: '--version',
description: 'Show the version'
)
];