Skip to content

Commit

Permalink
Merge pull request #373 from missionpinball/vpx_commandline_arg
Browse files Browse the repository at this point in the history
accept --vpx commandline arg
  • Loading branch information
jabdoa2 committed May 10, 2019
2 parents acf057c + 519a1ef commit c74ecdf
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions mpfmc/commands/mc.py
Expand Up @@ -135,6 +135,10 @@ def __init__(self, mpf_path, machine_path, args):
action="store_const", dest="force_platform",
const='virtual', help=argparse.SUPPRESS)

parser.add_argument("--vpx",
action="store_const", dest="force_platform",
const='virtual_pinball', help=argparse.SUPPRESS)

parser.add_argument("-X",
action="store_const", dest="force_platform",
const='smart_virtual', help=argparse.SUPPRESS)
Expand Down

0 comments on commit c74ecdf

Please sign in to comment.