UNPKG
lorehub
Version:
latest (0.2.2)
0.2.2
0.2.1
0.2.0
0.1.0
Capture and surface the collective wisdom of your codebase
github.com/RoeeJ/lorehub
RoeeJ/lorehub
lorehub
/
dist
/
cli
/
cli.d.ts
4 lines
•
177 B
TypeScript
View Raw
1
2
3
4
import
{
Command
}
from
'commander'
;
export
declare
function
createCLI
(
):
Command
;
export
declare
function
run
(
argv
?:
string
[]
):
Promise
<
void
>;
//# sourceMappingURL=cli.d.ts.map