Skip to content

Use positional and flag arguments consistently #249

@markgoddard

Description

@markgoddard

In some commands we use positional arguments, in others we use flags, for the same resources.

The original justification was generally subject/object - the subject of a command would be positional, while objects would be flags. However this is probably used inconsistently and may lead to confusion. Overall, flags are probably easier to understand, even if they make commands a little longer.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions