update help text and readme for new option

This commit is contained in:
ksyasuda 2022-01-29 01:09:54 -08:00
parent baeadacae6
commit bd1b846921
2 changed files with 6 additions and 2 deletions

View File

@ -189,6 +189,9 @@ aniwrapper -v
# Connect to history database # Connect to history database
aniwrapper -C aniwrapper -C
# Enable silent mode (suppress output to stdout) [cannot be used with -v]
aniwrapper -S
# Query the history database # Query the history database
aniwrapper -Q <query> aniwrapper -Q <query>

View File

@ -34,8 +34,8 @@ help_text() {
printf "%s\n" "$line" printf "%s\n" "$line"
done <<< " done <<< "
Usage: Usage:
aniwrapper [-cdhvq] [-t <theme> or -T <config_path>] aniwrapper [-cdhvqS] [-t <theme> or -T <config_path>]
aniwrapper [-cv] [-t <theme> or -T <config_path>] -f <path_to_directory> aniwrapper [-cvS] [-t <theme> or -T <config_path>] -f <path_to_directory>
aniwrapper -Q <query> aniwrapper -Q <query>
aniwrapper -C aniwrapper -C
Options: Options:
@ -44,6 +44,7 @@ Options:
-c enable command-line mode (rofi disabled) -c enable command-line mode (rofi disabled)
-d download episode in command-line mode -d download episode in command-line mode
-C connect to history database -C connect to history database
-S silent mode (suppress output to stdout) [cannot be used with -v]
-t <aniwrapper (default)|dracula|doomone|fancy|flamingo|material|onedark> change rofi theme -t <aniwrapper (default)|dracula|doomone|fancy|flamingo|material|onedark> change rofi theme
-T <config_path> specify custom rofi theme -T <config_path> specify custom rofi theme