Hi,
thanks for your great work and time in mpf
I use Mission Pinball Framework v0.80.0.dev7 on python 3.12.
There are several function parameters of the mpf command in the manual.
E.g. mpf format or mpf both.
But the command uses the second parameter (e.g. in mpf format, the format) as the project path (defined in mpf/commands/init.py", line 78, in get_machine_path), so no other commands are registered.
Is this an error in the argument parser or am I making a mistake in the setup?
Hi,
thanks for your great work and time in mpf
I use Mission Pinball Framework v0.80.0.dev7 on python 3.12.
There are several function parameters of the mpf command in the manual.
E.g. mpf format or mpf both.
But the command uses the second parameter (e.g. in mpf format, the format) as the project path (defined in mpf/commands/init.py", line 78, in get_machine_path), so no other commands are registered.
Is this an error in the argument parser or am I making a mistake in the setup?