Skip to content

Allow -- to signal end of argument parsing #802

@sbc100

Description

@sbc100

IIUC is fairly normal for tools that run other tools to use -- to signal the end of argument parsing for the outer tool.

e.g. node --arg-for-node -- myfile.py --arg-for-js-program

Would it be easy/possible for hyperfine to do the same to avoid the need to quote the command line e.g.

$ hyperfine -- ls -la

Instead of:

$ hyperfine 'ls -la'

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