Skip to content

Shell does not accept arguments #128

@inferiorhumanorgans

Description

@inferiorhumanorgans

Arguments on the command line are not passed to the shell executed by t-rec. e.g.

t-rec /usr/local/bin/bash -l
This doesn't run, clap tries to gobble up -l.

t-rec -- /usr/local/bin/bash -l
This runs but -l is not passed to bash.

t-rec -- "/usr/local/bin/bash -l"
This starts, prints a "press ctrl-d to stop recording message", quits, and immediately resets the terminal. As a result you may see the recording message but you won't see the error message.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type: BugSomething isn't working

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions