add ability to access from cli

This commit is contained in:
2022-01-14 14:44:54 -06:00
parent 77fa6ad867
commit 564abb55c7
4 changed files with 107 additions and 0 deletions

10
src/Units.extollo.ts Normal file
View File

@@ -0,0 +1,10 @@
import {
Unit,
CommandLine,
ValidationUnit,
} from '@extollo/lib'
export const Units = [
ValidationUnit,
CommandLine,
] as (typeof Unit)[]