Cocona icon indicating copy to clipboard operation
Cocona copied to clipboard

Any support for root level arguments?

Open Arcalise08 opened this issue 1 year ago • 0 comments

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

Arcalise08 avatar Mar 18 '24 18:03 Arcalise08