From ec2a508c8affa61bce25df94c40b24e6801e60e9 Mon Sep 17 00:00:00 2001 From: Martin Wimpress <304639+flexiondotorg@users.noreply.github.com> Date: Thu, 2 May 2024 18:34:01 +0100 Subject: [PATCH] Updated 06 Advanced quickget features (markdown) --- 06-Advanced-quickget-features.md | 47 +++++++++++++++++++++++++++++++- 1 file changed, 46 insertions(+), 1 deletion(-) diff --git a/06-Advanced-quickget-features.md b/06-Advanced-quickget-features.md index ae8e0d6..8a98343 100644 --- a/06-Advanced-quickget-features.md +++ b/06-Advanced-quickget-features.md @@ -1 +1,46 @@ -*Coming soon...* \ No newline at end of file +# Command-line arguments + +Here are the command line arguments for `quickget`. + +```text + _ _ + __ _ _ _ _ ___║ ║ ____ _ ___║ ║_ + / _` ║ ║ ║ ║ ║/ __║ ║/ / _` ║/ _ \ __║ + ( (_║ ║ ║_║ ║ ║ (__║ < (_║ ║ __/ ║_ MIT + \__, ║\__,_║_║\___║_║\ \__, ║\___║\__║ license + ║_║ version: 4.9.3 ║___/ part of Quickemu project +-------------------------------------------------------------- + > Quickly create and run optimised Linux, < + > Windows and macOS desktop virtual machines. < + + Project - https://github.com/quickemu-project/quickemu + Discord - https://wimpysworld.io/discord +-------------------------------------------------------------- + +Basic Usage: + quickget [edition] + quickget ubuntu 22.04 + +Advanced Usage: + quickget [path] [re] [ed] + quickget --download ubuntu 22.04 + +Arguments: + -[12345] : Show info* about OS + --download (-d) [ed] : Download the ISO only; no VM configuration + --create-config (-cc) [path/url]: Create default VM config for image + --open-homepage (-o) : Open homepage for the OS + --version (-v) : Show version + --help (-h) : Show this help message +-------------- For testing & development --------------------- + --url (-u) [ed] : Show download URL for an OS release/edition + --url-all (-ua) : Show all download URLs for an OS + --check (-c) [re] [ed] : Check download an OS release/edition is available + --check-all (-ca) : Check all downloads for an OS are available + --list (-l) : List all supported systems in plain text + --list-csv (-lc) : List all supported systems in csv format + --list-json (-lj) : List all supported systems in json format +-------------------------------------------------------------- + *info: 1=Logo 2=Based of 3=Credentials 4=Homepage 5=Short info + Can be used in any combination like -13254 or -52 +```