Skip to content

Commit

Permalink
Update CommandLineArguments.md
Browse files Browse the repository at this point in the history
  • Loading branch information
rzc0d3r authored Nov 21, 2023
1 parent bf6cadf commit a39a3dd
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions wiki/CommandLineArguments.md
Original file line number Diff line number Diff line change
@@ -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) |

0 comments on commit a39a3dd

Please sign in to comment.