Export CLI decorators
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Garrett Mills 2021-10-18 17:23:16 -05:00
parent 56574d43ce
commit 55ffadc742

View File

@ -11,3 +11,5 @@ export * from './directive/options/PositionalOption'
export * from './directive/ShellDirective'
export * from './directive/TemplateDirective'
export * from './directive/UsageDirective'
export * from './decorators'