dylan-lang / deft

The Dylan CLI
MIT License
2 stars 2 forks source link

Help output drops subcommand components #8

Open cgay opened 1 year ago

cgay commented 1 year ago

Notice the output is "dylan-tool-app library", not "dylan-tool-app new library".

$ dylan-tool-app help new library
Create a new shared library and its test library.

Usage: dylan-tool-app library [options] NAME [DEPS] ...