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] dynacli adds extra dot[.] to the package names #23

Closed ShahriyarR closed 2 years ago

ShahriyarR commented 2 years ago

Describe the bug The caios -h failed with key error.

ShahriyarR commented 2 years ago

@asterkin I just forget your one line fix. Where did you change the code?))

asterkin commented 2 years ago

when you invoke iter_modules, use root_package[:-1]