UNPKG
subtexty
Version:
latest (0.1.0)
0.1.0
Extract clean plain-text from subtitle files
github.com/bytesnack114/subtexty
bytesnack114/subtexty
subtexty
/
dist
/
cli.d.ts
11 lines
•
312 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
#!/usr/bin/env node
import
{
CLIOptions
}
from
'./types'
;
export
declare
class
SubtextyCLI
{
private
program;
constructor
(
);
private
setupCommands;
run
(
args
:
string
[]):
Promise
<
number
>;
parseArguments
(
args
:
string
[]):
CLIOptions
;
private
validateInput; }
//# sourceMappingURL=cli.d.ts.map