Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add flags to set and clear shell arguments #551

Merged
merged 2 commits into from
Nov 22, 2019
Merged

Add flags to set and clear shell arguments #551

merged 2 commits into from
Nov 22, 2019

Conversation

casey
Copy link
Owner

@casey casey commented Nov 22, 2019

Add the --shell-arg and --clear-shell-args flags, which allow
setting and clearing arguments to the shell fromt the command line.

Additionally, any shell-related arguments to just on the command line
will override a set shell := [...] setting, which I think will be the behavior
that most people expect.

Fixes #529.

Add the `--shell-arg` and `--clear-shell-args` flags, which allow
setting and clearing arguments to the shell fromt the command line.

This allows full control over the shell from the command line.
Additionally, any shell-related arguments to `just` on the command line
will override a `set shell := [...]` setting.
@casey casey merged commit d0e813c into master Nov 22, 2019
@casey casey deleted the shell-args branch November 22, 2019 19:34
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.

Deprecate or fix --shell
1 participant