From 55ffadc742a66c274eb87622b8fa2e71e998c53b Mon Sep 17 00:00:00 2001 From: garrettmills Date: Mon, 18 Oct 2021 17:23:16 -0500 Subject: [PATCH] Export CLI decorators --- src/cli/index.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/cli/index.ts b/src/cli/index.ts index 8bc4fa8..a1a5b07 100644 --- a/src/cli/index.ts +++ b/src/cli/index.ts @@ -11,3 +11,5 @@ export * from './directive/options/PositionalOption' export * from './directive/ShellDirective' export * from './directive/TemplateDirective' export * from './directive/UsageDirective' + +export * from './decorators'