From 9f623304119070ad01c959e9f611762bd23280c8 Mon Sep 17 00:00:00 2001 From: Internet Addict Date: Fri, 21 Feb 2025 19:30:56 +0000 Subject: [PATCH] Update Flags --- Flags.md | 43 ++++++++++++++++++++++++------------------- 1 file changed, 24 insertions(+), 19 deletions(-) diff --git a/Flags.md b/Flags.md index 91b54f3..3c15022 100644 --- a/Flags.md +++ b/Flags.md @@ -1,19 +1,24 @@ -# Flags - -The following flags can be used when running QGato. They override any corresponding variables set in the `config.ini` file. - ---- - -### Available Flags - -- **`--port`** - Sets the port for the application. - Example: `go rum . --port 8080` - -- **`--domain`** - Sets the domain address for the application. - Example: `go rum . --domain example.com` - -- **`--skip-config-check`** - Skips validation of `config.ini`. - Example: `go rum . --skip-config-check` \ No newline at end of file +# Flags + +The following flags can be used when running QGato. They override any corresponding variables set in the `config.ini` file. + +--- + +### Available Flags + +- **`--port`** + Sets the port for the application. + Example: `go run . --port 8080` + +- **`--domain`** + Sets the domain address for the application. + Example: `go run . --domain example.com` + +- **`--skip-config-check`** + Skips validation of `config.ini`. + Example: `go run . --skip-config-check` + +- **`--config`** + Specifies a custom configuration file path, overriding the default `./config.ini`. + Example: `go run . --config /path/to/custom/config.ini` + \ No newline at end of file