Added info for test-run
This commit is contained in:
parent
1982bcb246
commit
9ed09a0537
@ -32,6 +32,8 @@ Command line options:
|
|||||||
- `-i` ignore history
|
- `-i` ignore history
|
||||||
- `-n` do not write to history
|
- `-n` do not write to history
|
||||||
- `-o` overwrite if the file already a lyrics
|
- `-o` overwrite if the file already a lyrics
|
||||||
|
- `-t` test, do not write lyrics to file, but print to console
|
||||||
|
|
||||||
- `-h` show this
|
- `-h` show this
|
||||||
- `--rm_explicit` remove the "[Explicit]" lyrics warning from the songs title tag
|
- `--rm_explicit` remove the "[Explicit]" lyrics warning from the songs title tag
|
||||||
|
|
||||||
|
@ -289,6 +289,7 @@ def main():
|
|||||||
-i ignore history
|
-i ignore history
|
||||||
-n do not write to history
|
-n do not write to history
|
||||||
-o overwrite if the file already has lyrics
|
-o overwrite if the file already has lyrics
|
||||||
|
-t test, do not write lyrics to file, but print to console
|
||||||
-h show this
|
-h show this
|
||||||
--rm_explicit remove the "[Explicit]" lyrics warning from the songs title tag"""
|
--rm_explicit remove the "[Explicit]" lyrics warning from the songs title tag"""
|
||||||
args = []
|
args = []
|
||||||
|
Loading…
Reference in New Issue
Block a user