UNPKG
@xec-sh/cli
Version:
latest (0.8.3)
0.8.3
0.8.2
0.8.1
0.8.0
0.7.7
0.7.6
0.7.5
0.7.4
0.7.3
0.7.1
0.7.0
Xec: The Universal Shell for TypeScript
xec.sh
xec-sh/xec
@xec-sh/cli
/
dist
/
main.d.ts
5 lines
(4 loc)
•
223 B
TypeScript
View Raw
1
2
3
4
5
import
{
Command
}
from
'commander'
;
export
declare
function
createProgram
(
):
Command
;
export
declare
function
loadCommands
(
program
:
Command
):
Promise
<
string
[]>;
export
declare
function
run
(
argv
?:
string
[]
):
Promise
<
void
>;