Skip to content

Commit 21df2db

Browse files
committed
Export ArgvInput
1 parent 61e38d4 commit 21df2db

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

packages/cli/src/input/index.ts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,13 @@ import Option from './Option';
33
import Definition from './Definition';
44
import BaseInput from './BaseInput';
55
import MapInput from './MapInput';
6+
import ArgvInput from './ArgvInput';
67

78
export {
89
Argument,
910
Option,
1011
Definition,
1112
BaseInput,
12-
MapInput
13+
MapInput,
14+
ArgvInput
1315
}

0 commit comments

Comments
 (0)