Skip to content

Help text prints invalid usage #1

@bddap

Description

@bddap

map --help produces the following:

...
map <argname> <command>... --separator <separator>
...

This is incorrect and doesn't work. The separator flag needs to come before other arguments.

echo hay hey | map ,, echo ,, ,, -s " " prints hay hey hay hey -s.

A correct invocation would actually be echo hay hey | map -s " " ,, echo ,, ,, .

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