BstLabs / py-dynacli

DynaCLI is a cloud-friendly Python library for converting pure Python functions into Linux Shell commands.
https://bstlabs.github.io/py-dynacli/
MIT License
98 stars 5 forks source link

[BUG] package help do not list modules #112

Closed avitalyahel closed 1 year ago

avitalyahel commented 1 year ago

Description

Applying caios <package> -h does not list the package's command modules.

Expectation

Any caios <package> -h should list underlying commands and their helps.

avitalyahel commented 1 year ago

Duplicates #109