You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Any chance theres support in this package for root level arguments?
Example of what i mean below with docker-compose
docker-compose -f ./some/dockerfile build .
If you arent familiar with docker-compose that command breaks down like this: {nameOfProgram} {rootArgument} {command} {commandArgument}
I know i can parse args myself and incorporate the feature. But just wanted to know if something like this has been thought of
The text was updated successfully, but these errors were encountered:
Any chance theres support in this package for root level arguments?
Example of what i mean below with docker-compose
docker-compose -f ./some/dockerfile build .
If you arent familiar with docker-compose that command breaks down like this:
{nameOfProgram} {rootArgument} {command} {commandArgument}
I know i can parse args myself and incorporate the feature. But just wanted to know if something like this has been thought of
The text was updated successfully, but these errors were encountered: