-
Notifications
You must be signed in to change notification settings - Fork 158
Open
Description
Hi,
here https://missionpinball.org/latest/running/commands/game/ it is being said
$ mpf game -c /home/brian/pinball/demo_man/config/config.yaml
should run mpf with a different machine folder, for me (latest 0.80 dev5) this doesn't work. I have to
$ mpf game /home/brian/pinball/demo_man/config/
so no -c switch no config file name (since default). and very important for example
$ mpf -b -t /home/brian/pinball/demo_man/config/
is not working, but
$ mpf /home/brian/pinball/demo_man/config/ -b -t
so these switches must be at the end (I have not seen that information in the docs). Before providing a PR I would like to understand if the code or the documentation needs to be fixed? What is the intended behavior?
Thanks!
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels