Command line options

From Mudlet
Jump to navigation Jump to search

See also: How to open mudlet in windows cmd

Available command line options as at 4.17.2

  > mudlet --help
Usage: mudlet [OPTION...]
       -h, --help                   displays this message.
       -v, --version                displays version information.
       -q, --quiet                  no splash screen on startup.
       -p, --profile=<profile>      additional profile to open, may be
                                    repeated.
       -o, --only=<predefined>      make Mudlet only show the specific
                                    predefined game, may be repeated.
There are other inherited options that arise from the Qt Libraries which are
less likely to be useful for normal use of this application:
       --dograb                     ignore any implicit or explicit -nograb.
                                    --dograb wins over --nograb even when --nograb is last on
                                    the command line.
       --nograb                     the application should never grab the mouse or the
                                    keyboard.
       --reverse                    sets the application's layout direction to right to left.
       --style=style                sets the application GUI style. Possible values depend on
                                    your system configuration. If Qt was compiled with
                                    additional styles or has additional styles as plugins
                                    these will be available to the -style command line
                                    option. You can also set the style for all Qt
                                    applications by setting the QT_STYLE_OVERRIDE environment
                                    variable.
       --style style                is the same as listed above.
       --stylesheet=stylesheet      sets the application styleSheet.
                                    The value must be a path to a file that contains the
                                    Style Sheet. Note: Relative URLs in the Style Sheet file
                                    are relative to the Style Sheet file's path.
       --stylesheet stylesheet      is the same as listed above.
       --widgetcount                prints debug message at the end about number of widgets
                                    left undestroyed and maximum number of widgets existing
                                    at the same time.
       --qmljsdebugger=1234[,block] activates the QML/JS debugger with a
                                    specified port. The number is the port value and block is
                                    optional and will make the application wait until a
                                    debugger connects to it.

Report bugs to: https://github.com/Mudlet/Mudlet/issues
Project home page: http://www.mudlet.org/