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

Position of command parameters #13

Open
ChristianRimondi opened this issue Dec 7, 2018 · 0 comments
Open

Position of command parameters #13

ChristianRimondi opened this issue Dec 7, 2018 · 0 comments
Labels
question Further information is requested

Comments

@ChristianRimondi
Copy link
Member

ChristianRimondi commented Dec 7, 2018

this runs ls -l on the db container:

dru run ls -l -c db

this runs ls -l -c db on the default container:

dru run "ls -l -c db"

Is this the correct way to handle the parameters?

@ChristianRimondi ChristianRimondi added the question Further information is requested label Dec 7, 2018
@ChristianRimondi ChristianRimondi changed the title Implement positional parameters Position of command parameters Dec 7, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

1 participant