Skip to content

options invalid format breaks help message #435

Description

@kindermax

lets help test works fine:

  test:
    group: Tests
    description: Run tests
    options: |
      Usage: lets test [<test>] [-v]

      Options:
          <test>                  path to the test or module
          -v                         verbose level 1
      Example:
        lets test

lets help test broken if indentation of Options and Example is invalid (> than Usage):

  test:
    group: Tests
    description: Run tests
    options: |
      Usage: lets test [<test>] [-v]

        Options:
            <test>                  path to the test or module
            -v                         verbose level 1
        Example:
          lets test

Metadata

Metadata

Assignees

No one assigned

    Labels

    0.0.63bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions