Skip to content

Change parameters in CLI to more common syntax with dashes #42

@x87

Description

@x87

--game to select the default mode for the given game

\sa => --game sa, -g sa
\vc => --game vc, -g vc
\gta3 => --game gta3, -g gta3
\lcs => --game lcs, -g lcs
\vcs => --game vcs, -g vcs
\sa_mobile => --mode sa_mobile, -g sa_mobile

--mode to select a mode by ID (each mode has an ID attribute previously known as shortcut)

\debug => --debug
\compile input_file_path [output_file_path] => --compile "input_file_path" ["output_file_path"]
\nosplash => --no-splash

new:

-x "games.xml path" #15

Also see #14

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions