File: yuzu-cmd.1

package info (click to toggle)
yuzu 0-1734%2Bds-4
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 51,220 kB
  • sloc: cpp: 429,254; ansic: 38,370; python: 732; pascal: 179; asm: 137; xml: 86; makefile: 49; sh: 29
file content (55 lines) | stat: -rw-r--r-- 1,296 bytes parent folder | download | duplicates (4)
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
.\" SPDX-FileCopyrightText: 2022 Andrea Pappacoda <andrea@pappacoda.it>
.\" SPDX-License-Identifier: GPL-2.0-or-later
.Dd 2022-09-01
.Dt YUZU-CMD 1
.Os
.
.Sh NAME
.Nm yuzu-cmd
.Nd yuzu command line client
.
.Sh SYNOPSIS
.Nm
.Op Fl c | -config Ar file
.Op Fl f | -fullscreen
.Op Fl h | -help
.Op Fl m | -multiplayer Ar nick:password@address:port
.Op Fl p | -program Ar argument
.Op Fl v | -version
.Ar file
.
.Sh DESCRIPTION
.Nm
allows you to emulate Switch games from your terminal.
.Pp
The options are as follows:
.Bl -tag -width Ds
.It Fl c Ar file , Fl -config Ar file
Load the specified configuration file
.It Fl f , Fl -fullscreen
Start in fullscreen mode
.It Fl h , Fl -help
Display a help message and exit
.It Fl m Ar nick:password@address:port , Fl -multiplayer Ar nick:password@address:port
Nickname, password, address and port for multiplayer
.It Fl p Ar argument , Fl -program Ar argument
Pass following string as arguments to executable
.It Fl v , Fl -version
Output version information and exit
.El
.
.Sh EXIT STATUS
.Ex -std
.Sh SEE ALSO
.Xr yuzu-cmd 1
.Xr yuzu-room 1
.
.Sh AUTHORS
.An -nosplit
.Nm
was written by the
.An yuzu Emulator Project .
.Pp
This manual page was written by
.An Andrea Pappacoda Aq Mt andrea@pappacoda.it
for the Debian project (and may be used by others).