Cocona
Cocona copied to clipboard
Any support for root level arguments?
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