pman icon indicating copy to clipboard operation
pman copied to clipboard

Application arguments for `pman run`

Open Schwarzbaer opened this issue 6 years ago • 1 comments

pman run should allow for arguments to be passed to the application, e.g.: pman run -- app_arg invokes main.py app_arg

Schwarzbaer avatar Apr 26 '19 04:04 Schwarzbaer

With 7fd38119114722538b777d7a2d4dc6331431328a, extra arguments can be specified via a extra_args config variable in the run section.

When specifying extra arguments with pman run, would you expect that these args get appended to args from the config or to override them?

Maybe - for append and -- for override?

Moguri avatar May 07 '19 03:05 Moguri