-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
8 changed files
with
57 additions
and
23 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
export declare const help_text = "\nUsage: subclean [options]\nExample: subclean subtitle.srt -w\nBulk: subclean --sweep \"path/to/media\"\n\nOptions:\n -i, --input The file you want to clean\n -o, --output Where to write the cleaned file (defaults to input)\n -w, --overwrite Overwrite the output file if it already exists \n -c, --clean Delete the input file before writing the output \n -v, --version Display current version\n -n, --no-check Don't check for a new package version\n -s, --silent Silent mode. Nothing logged to console\n --debug Display extra debugging information\n --update Download the latest filters from GitHub\n This will not update subclean, only the filters!\n\n --sweep Bulk subtitle cleaning. Searches for subtitles\n in multiple directories (and sub-directories)\n This will enable --overwrite!\n\n --depth How many sub-directories to look when sweep cleaning\n --help Show the text you're reading now\n"; | ||
export declare const help_text = "\nUsage: subclean [options]\nExample: subclean subtitle.srt -w\nBulk: subclean --sweep \"path/to/media\"\n\nOptions:\n -i, --input The file you want to clean\n -o, --output Where to write the cleaned file (defaults to input)\n -w, --overwrite Overwrite the output file if it already exists \n -c, --clean Delete the input file before writing the output \n -v, --version Display current version\n -n, --no-check Don't check for a new package version\n -s, --silent Silent mode. Nothing logged to console\n --update Download the latest filters from GitHub\n This will not update subclean, only the filters!\n\n --sweep Bulk subtitle cleaning. Searches for subtitles\n in multiple directories (and sub-directories)\n This will enable --overwrite!\n\n v- You likely do not need to use these -v\n\n --depth How many sub-directories to look when sweep cleaning\n --debug Display extra debugging information\n --help Show the text you're reading now\n --ne No Empty (nodes). Deletes empty nodes after cleaning.\n --testing Testing mode. Will not modify files.\n --uf Use Filter: internal or appdata\n"; |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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
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