Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Create ¶
type Create struct {
ID string `arg:"" help:"${create_arg_id}"`
Loader string `help:"${create_arg_loader}" enum:"fabric,quilt,neoforge,forge,vanilla" default:"vanilla" short:"l"`
Version string `help:"${create_arg_version}" default:"release" short:"v"`
LoaderVersion string `help:"${create_arg_loaderversion}" default:"latest"`
}
type Delete ¶
type Rename ¶
type Search ¶
type Start ¶
type Start struct {
ID string `arg:"" name:"id" help:"${start_arg_id}"`
Options struct {
Username string `help:"${start_arg_username}" short:"u"`
Server string `help:"${start_arg_server}" short:"s" placeholder:"IP" xor:"quickplay"`
World string `help:"${start_arg_world}" short:"w" placeholder:"NAME" xor:"quickplay"`
Demo bool `help:"${start_arg_demo}"`
DisableMP bool `help:"${start_arg_disablemp}"`
DisableChat bool `help:"${start_arg_disablechat}"`
} `embed:"" group:"opts"`
Overrides struct {
Width int `help:"${start_arg_width}" and:"size"`
Height int `help:"${start_arg_height}" and:"size"`
JVM string `help:"${start_arg_jvm}" type:"path" placeholder:"PATH"`
JVMArgs string `help:"${start_arg_jvmargs}"`
MinMemory int `help:"${start_arg_minmemory}" placeholder:"MB" and:"memory"`
MaxMemory int `help:"${start_arg_maxmemory}" placeholder:"MB" and:"memory"`
} `embed:"" group:"overrides"`
}
Click to show internal directories.
Click to hide internal directories.