aboutsummaryrefslogtreecommitdiff
path: root/program_info/prismlauncher.6.scd
blob: e1ebfff323a77d7ddeb7b2b92efe3164af543e31 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
prismlauncher(6)


# NAME

prismlauncher - a launcher and instance manager for Minecraft.


# SYNOPSIS

*prismlauncher* [OPTIONS...]


# DESCRIPTION

Prism Launcher is a custom launcher for Minecraft that allows you to easily manage
multiple installations of Minecraft at once. It also allows you to easily
install and remove mods by simply dragging and dropping.
Here are the current features of Prism Launcher.

# OPTIONS

*-d, --dir*=DIRECTORY
	Use DIRECTORY as the Prism Launcher root.

*-l, --launch*=INSTANCE_ID
	Launch the instance specified by INSTANCE_ID.

*--show*=INSTANCE_ID
	Show the configuration window of the instance specified by INSTANCE_ID.

*--alive*
	Write a small 'live.check' file after Prism Launcher starts.

*-h, --help*
	Display help text and exit.

*-v, --version*
	Display program version and exit.

*-a, --profile*=PROFILE
	Use the account specified by PROFILE (only valid in combination with --launch).

# ENVIRONMENT

The behavior of the launcher can be customized by the following environment
variables, besides other common Qt variables:

*QT_LOGGING_RULES*
	Specifies which logging categories are shown in the logs. One can
	enable/disable multiple categories by separating them with a semicolon (;).

	The specific syntax, and alternatives to this setting, can be found at
	https://doc.qt.io/qt-6/qloggingcategory.html#configuring-categories.

*QT_MESSAGE_PATTERN*
	Specifies the format in which the console output will be shown.

	Available options, as well as syntax, can be viewed at
	https://doc.qt.io/qt-6/qtglobal.html#qSetMessagePattern.

# EXIT STATUS

*0*
	Success

*1*
	Failure (syntax or usage error; configuration error; unexpected error).

# BUGS

https://github.com/PrismLauncher/PrismLauncher/issues

# RESOURCES

GitHub: https://github.com/PrismLauncher/PrismLauncher

Main website: https://prismlauncher.org

# AUTHORS

Prism Launcher Contributors