-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Version bump, add proper help message
- Loading branch information
1 parent
bb0a983
commit 1e49d8c
Showing
5 changed files
with
50 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,22 @@ | ||
USOS Discord Rich Presence {version} | ||
[93mUSOS Discord Rich Presence {version}[0m | ||
Links your USOS timetable to Discord as an activity. | ||
|
||
[92mUsage:[0m [93m{exe_name}[0m [96m[command][0m | ||
|
||
If no command has been specified, the program runs in "service mode", i.e. | ||
does not ever stop unless terminated manually and continuously sends relevant | ||
Rich Presence information to Discord, according to the configuration file. | ||
|
||
[92mAvailable commands (can also be run with the preceding hyphens):[0m | ||
[96mh, ?, help[0m Shows this help message. | ||
[96mv, version[0m Shows full version number and dependencies. | ||
[96mc, config[0m Prints currently selected configuration directory | ||
[96m[0m path. See the next section for more information. | ||
|
||
[92mEnvironment variables:[0m | ||
[96mUSOS_RPC_DIR[0m Changes configuration directory to a custom location. | ||
[96m[0m Must be a valid path. By default, the home directory | ||
[96m[0m is selected on Linux and %AppData% on Windows. | ||
[96mNO_COLOR[0m Disables ANSI color codes in the console output. | ||
|
||
Please report any bugs on GitHub: https://{github_url}/issues |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters