2024-07-27 03:56:41 +00:00
|
|
|
# Arguments
|
|
|
|
|
|
|
|
Here are all the available command line arguments:
|
|
|
|
|
|
|
|
---
|
|
|
|
|
|
|
|
### version
|
|
|
|
|
|
|
|
Check the version of the program
|
|
|
|
|
|
|
|
Action: version
|
|
|
|
|
|
|
|
---
|
|
|
|
|
|
|
|
### names
|
|
|
|
|
|
|
|
Path to a JSON file with a list of names. Use these instead of the default ones
|
|
|
|
|
|
|
|
Type: str
|
|
|
|
|
|
|
|
---
|
|
|
|
|
|
|
|
### ants
|
|
|
|
|
|
|
|
Path to a JSON file with ants data. Use this instead of the default one
|
|
|
|
|
|
|
|
Type: str
|
|
|
|
|
|
|
|
---
|
|
|
|
|
|
|
|
### no-images
|
|
|
|
|
|
|
|
Don't show the images on the left
|
|
|
|
|
|
|
|
Action: store_false
|
|
|
|
|
|
|
|
---
|
|
|
|
|
|
|
|
### no-header
|
|
|
|
|
|
|
|
Don't show the header controls
|
|
|
|
|
|
|
|
Action: store_false
|
|
|
|
|
|
|
|
---
|
|
|
|
|
|
|
|
### no-footer
|
|
|
|
|
|
|
|
Don't show the footer controls
|
|
|
|
|
|
|
|
Action: store_false
|
|
|
|
|
|
|
|
---
|
|
|
|
|
|
|
|
### no-intro
|
|
|
|
|
|
|
|
Don't show the intro message
|
|
|
|
|
|
|
|
Action: store_false
|
|
|
|
|
|
|
|
---
|
|
|
|
|
|
|
|
### title
|
|
|
|
|
|
|
|
Custom title for the window
|
|
|
|
|
|
|
|
Default: [Empty string]
|
|
|
|
|
|
|
|
Type: str
|
|
|
|
|
|
|
|
---
|
|
|
|
|
|
|
|
### width
|
|
|
|
|
|
|
|
The width of the window in pixels
|
|
|
|
|
|
|
|
Default: 0
|
|
|
|
|
|
|
|
Type: int
|
|
|
|
|
|
|
|
---
|
|
|
|
|
|
|
|
### height
|
|
|
|
|
|
|
|
The height of the window in pixels
|
|
|
|
|
|
|
|
Default: 0
|
|
|
|
|
|
|
|
Type: int
|
|
|
|
|
|
|
|
---
|
|
|
|
|
|
|
|
### program
|
|
|
|
|
|
|
|
The internal name of the program
|
|
|
|
|
|
|
|
Default: [Empty string]
|
|
|
|
|
|
|
|
Type: str
|
|
|
|
|
|
|
|
---
|
|
|
|
|
|
|
|
### speed
|
|
|
|
|
|
|
|
Use this update speed
|
|
|
|
|
|
|
|
Default: [Empty string]
|
|
|
|
|
2024-07-27 11:17:29 +00:00
|
|
|
Choices: "fast", "normal", "slow", "paused"
|
2024-07-27 03:56:41 +00:00
|
|
|
|
|
|
|
Type: str
|
|
|
|
|
|
|
|
---
|
|
|
|
|
|
|
|
### clean
|
|
|
|
|
|
|
|
Start with clean ants data
|
|
|
|
|
|
|
|
Default: False
|
|
|
|
|
|
|
|
Action: store_true
|
|
|
|
|
|
|
|
---
|
|
|
|
|
2024-07-27 16:47:34 +00:00
|
|
|
### fast-seconds
|
2024-07-27 03:56:41 +00:00
|
|
|
|
2024-07-27 16:47:34 +00:00
|
|
|
The number of seconds between fast updates
|
2024-07-27 03:56:41 +00:00
|
|
|
|
2024-07-27 16:47:34 +00:00
|
|
|
Default: 0
|
2024-07-27 03:56:41 +00:00
|
|
|
|
2024-07-27 16:47:34 +00:00
|
|
|
Type: int
|
2024-07-27 03:56:41 +00:00
|
|
|
|
|
|
|
---
|
|
|
|
|
|
|
|
### normal-minutes
|
|
|
|
|
|
|
|
The number of minutes between normal updates
|
|
|
|
|
|
|
|
Default: 0.0
|
|
|
|
|
|
|
|
Type: float
|
|
|
|
|
|
|
|
---
|
|
|
|
|
|
|
|
### slow-minutes
|
|
|
|
|
|
|
|
The number of minutes between slow updates
|
|
|
|
|
|
|
|
Default: 0.0
|
|
|
|
|
|
|
|
Type: float
|
|
|
|
|
|
|
|
---
|
|
|
|
|
|
|
|
### argdoc
|
|
|
|
|
|
|
|
Make the arguments document and exit
|
|
|
|
|
|
|
|
Default: False
|
|
|
|
|
|
|
|
Action: store_true
|
2024-07-27 06:43:30 +00:00
|
|
|
|
|
|
|
---
|
|
|
|
|
|
|
|
### score
|
|
|
|
|
|
|
|
Show the score on triumph or hits instead of the total of each
|
|
|
|
|
|
|
|
Default: False
|
|
|
|
|
|
|
|
Action: store_true
|
2024-07-27 07:12:28 +00:00
|
|
|
|
|
|
|
---
|
|
|
|
|
|
|
|
### mono
|
|
|
|
|
|
|
|
Use a monospace font
|
|
|
|
|
|
|
|
Default: False
|
|
|
|
|
|
|
|
Action: store_true
|
2024-07-27 19:33:03 +00:00
|
|
|
|
|
|
|
---
|
|
|
|
|
|
|
|
### no-fade
|
|
|
|
|
|
|
|
Don't apply a fade-in effect on new updates
|
|
|
|
|
|
|
|
Action: store_false
|