创建帮助选项的工厂函数
FigOption help(String name) { return FigOption( name: ['-h', '--help'], description: 'help for $name', ); }