Skip to content

Conversation

@sassman
Copy link
Owner

@sassman sassman commented Dec 19, 2025

Fixes #128

Allow users to pass arguments to the shell/program using trailing
arguments (e.g., t-rec -- /bin/bash -l). This enables launching
shells with specific flags like login shell mode.

Allow users to pass arguments to the shell/program using trailing
arguments (e.g., `t-rec -- /bin/bash -l`). This enables launching
shells with specific flags like login shell mode.
Signed-off-by: Sven Kanoldt <[email protected]>
@sassman
Copy link
Owner Author

sassman commented Dec 19, 2025

or maybe it's more intuitive to support it this way:

t-rec /bin/bash -- -l

-- would separate the program from a list of the arguments.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Shell does not accept arguments

2 participants