DistroHopper/build-docs/XXquickemu.1-14-AllquickemuOptions-02coggged.md

18 lines
336 B
Markdown

## Configuration
Here are the usage instructions:
<!-- [[[cog
import subprocess
import cog
# cannot use check_result() because of non-zero return
result=subprocess.run(["./get_quickemu_help"], capture_output=True, text=True)
help=result.stdout
cog.out(f"\n``` text\n{help}\n```\n")
]]] -->
The output goes here
<!-- [[[end]]] -->