You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-h --help Displays help with available flag, subcommand, and positional value parameters.
17
-
-t --shift shift ms (default: 0)
18
-
-s --start start from HH:MM:SS
19
-
-e --end end at HH:MM:SS
16
+
--version Displays the program version string.
17
+
-h --help Displays help with available flag, subcommand, and positional value parameters.
18
+
-t --shift shift ms (default: 0)
19
+
-s --start start from HH:MM:SS
20
+
-e --end end at HH:MM:SS
21
+
-sr --startRegexp start from regular expression
22
+
-er --endRegexp end at regular expression
23
+
-d --dry dry run
20
24
```
21
25
26
+
The `--start` and `--end` parameters can be used to qualify the time range of the subtitle offset.
27
+
The `--startRegexp` and `--endRegexp` parameters can be used to match the content of the subtitle with a regular expression as the start and end of the offset time range.
28
+
The time and regular expression parameters can be used together.
29
+
22
30
## Example
23
31
The `start` and `end` parameters are optional. They can also be used together.
0 commit comments