vilicvane / clime

⌨ The command-line interface framework for TypeScript.
252 stars 10 forks source link

Unexpected unknown command #15

Closed vilicvane closed 7 years ago

vilicvane commented 7 years ago

With file structure like this (no foo.ts or foo/default.ts):

- commands
  - foo
    - biu.ts
    - pia.ts

It complains unknown command foo while it should not.

Update multi-level/case-2 baseman tests after fix.