UNPKG
@remote.it/cli
Version:
latest (0.42.2-alpha.1)
0.43.1
0.42.2-alpha.1
0.42.2-alpha.0
0.42.1
0.42.0
0.5.2
0.5.1
remote.it cross-platform command line
@remote.it/cli
/
src
/
CLI.ts
14 lines
(12 loc)
•
227 B
text/typescript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
import
{ build }
from
'gluegun'
export
class
CLI
{
constructor
(
) {
const
movieCLI =
build
(
'remoteit'
) .
src
(__dirname) .
help
() .
version
() .
defaultCommand
() .
create
() movieCLI.
run
() } }