summaryrefslogtreecommitdiff
path: root/emu/options.ggo.in
blob: 61fb1d4da65ce52c206c4530f92e2e7ff5a66d86 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
package "emu"
version "@EMU_VERSION@"
usage "emu [options]"
description "6502 emulator"

section "Main Options"
	option "long-version" -
		"Full version and credentials"
		optional
			
	option "gui" g
		"Enable GUI"
		optional
	
	option "debug" d
		"Enable debugging output"
		optional