Skip to content

Commit 884cf85

Browse files
committed
feat(commandpost): export Option & Argument from index.ts fixes #5
1 parent 6a27496 commit 884cf85

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

lib/index.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,10 @@ try {
1313
}
1414

1515
import Command from "./command";
16+
import Option from "./option";
17+
import Argument from "./argument";
18+
19+
export { Command, Option, Argument };
1620

1721
/**
1822
* Create new top level command.

0 commit comments

Comments
 (0)