From a39a3dd5921f7a5da9fdbc5933652e67e4e86a34 Mon Sep 17 00:00:00 2001 From: Artem <106631540+rzc0d3r@users.noreply.github.com> Date: Tue, 21 Nov 2023 14:43:59 +0200 Subject: [PATCH] Update CommandLineArguments.md --- wiki/CommandLineArguments.md | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/wiki/CommandLineArguments.md b/wiki/CommandLineArguments.md index bc41249f2c..dbe8395873 100644 --- a/wiki/CommandLineArguments.md +++ b/wiki/CommandLineArguments.md @@ -1,7 +1,8 @@ # All command line arguments -| Argument Command | Description | -| ----------------- | ------------------------------------------------------------------------------------------------------ | -| --account | Generates an account instead of a key | -| --force | Disables all user input, but waiting for the Enter key to be pressed before exiting the program remains | -| --cli | Disables all user input (GitHub CI Requirements) | +| Argument Command | Default | Description | +| ----------------- | -------- | ------------------------------------------------------------------------------------------------------ | +| --account | disabled | Generates an account instead of a key | +| --force | disabled | Disables all user input, but waiting for the Enter key to be pressed before exiting the program remains | +| --cli | disabled | Disables all user input (GitHub CI Requirements) | +| --firefox | disabled | Launching the project via firefox browser (Runs through the chrome browser by default) |