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

Pass additional arguments to shell / root-shell commands #208

Merged
merged 1 commit into from
Aug 3, 2021
Merged

Pass additional arguments to shell / root-shell commands #208

merged 1 commit into from
Aug 3, 2021

Conversation

delitescere
Copy link
Contributor

Add "$@" to pass additional command-line arguments for shell / root-shell to bash in container.

This allows things like sail shell -c "cd some-sub-module && npm install"

Add `"$@"` to pass additional command-line arguments for `shell` / `root-shell` to `bash` in container.

This allows things like `sail shell -c "cd some-sub-module && npm install"`
@taylorotwell taylorotwell merged commit 9b4f0a3 into laravel:1.x Aug 3, 2021
@delitescere delitescere deleted the patch-1 branch August 4, 2021 01:58
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.

2 participants