Skip to content

Throw error when same option is used in multiple entries #66

@roman

Description

@roman

Context

When specifying multiple entries in a configuration map with the same CLI configuration, a warning or error should be displayed

Input

hello:
  etc/spec:
    cli:
      input: option
      long: hello
      command:
      - one
hola:
  etc/spec:
    cli:
      input: option
      long: hello
      command:
      - one

Both hello and hola have the exact same CLI configuration, this should throw an error

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions