roleSearchOptions top-level property
Implementation
final List<Option> roleSearchOptions = [
Option(
name: '--platforms',
description: 'List of OS platforms to filter by',
args: [
Arg(
name: 'platforms',
description: 'List of OS platforms to filter by'
)
]
),
Option(
name: '--galaxy-tags',
description: 'List of Galaxy tags to filter by',
args: [
Arg(
name: 'galaxy_tags',
description: 'List of Galaxy tags to filter by'
)
]
),
Option(
name: '--author',
description: 'GitHub username',
args: [
Arg(
name: 'author',
description: 'GitHub username'
)
]
)
];