Add page on CLI args

This commit is contained in:
Matt Borgerson 2021-06-14 13:37:15 -07:00
parent 8cfc06a167
commit 410e00c7b1
2 changed files with 16 additions and 0 deletions

14
docs/docs/cli.md Normal file
View File

@ -0,0 +1,14 @@
These options may be passed to xemu as command line arguments to change
startup behavior.
| Argument | Action |
|----------|--------|
| `-full-screen` | Launch in full screen |
| `-dvd_path <iso>` | Load disc image `<iso>` |
| `-snapshot` | Discard any writes to the HDD image after exit |
| `-config_path <config>` | Use `<config>` as config file (usually xemu.ini) |
## Advanced
Extra command line arguments are passed as QEMU launch arguments. See QEMU
documentation for specifics.

View File

@ -71,6 +71,8 @@ nav:
- Getting Started: getting-started.md
- Input Devices: input.md
- Networking: networking.md
- Reference:
- Command Line Arguments: cli.md
- HDD Access via FTP: ftp.md
- Snapshots (Save States): snapshots.md
- Advanced Topics: