roleInfoOptions top-level property

List<Option> roleInfoOptions
final

Implementation

final List<Option> roleInfoOptions = [

  Option(
    name: ['--roles-path', '--role-path'],
    description: 'The path to the directory containing your roles',
    args: [
      Arg(
      name: 'roles_path',
      description: 'The path to the directory containing your roles',
      suggestions: [

        FigSuggestion(name: '~/.ansible/roles:/usr/share/ansible/roles:/etc/ansible/roles')
      ],
      defaultValue: '~/.ansible/roles:/usr/share/ansible/roles:/etc/ansible/roles'
    )
    ]
  ),
  Option(
    name: '--offline',
    description: 'Don\'t query the galaxy API when creating roles'
  )
];