Skip to content
This repository has been archived by the owner on Jan 4, 2023. It is now read-only.

Command line flags

Travis Nickles edited this page Oct 10, 2015 · 3 revisions

The following page is the output from the help option as of version 2.20.

antimicro version 2.20
Usage: antimicro [options] [profile]

Options:
   --tray launch program in system tray only

   --no-tray
          launch program with the tray menu disabled

   -h, --help
          display this help and exit

   -v, --version
          output version information and exit

   --profile <location>
          use  specified  profile  as  default  for  selected controllers.
          Defaults to all controllers.

   --profile-controller <value>
          apply configuration file to a specific controller.  <value>  can
          be an controller index, name, or GUID.

   --hidden
          launch program without the main window

   --unload [<value>]
          unload  currently  enabled profile(s). Value can be a controller
          index, name, or GUID.

   --startSet <number> [<value>]
          start joysticks on a specific set. Value  can  be  a  controller
          index, name, or GUID.

   --next Advance profile loading set options.

   -d, --daemon
          launch program as a daemon.

   --log-level {debug,info}
          Enable logging.

   -l, --list
          Print information about joysticks detected by SDL.

   --map <value>
          Open  game  controller  mapping  window  of selected controller.
          Value can be a controller index or GUID.

   --eventgen {xtest,uinput}
          Choose between using XTest support and uinput support for  event
          generation. Default: xtest.