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

Added check if the imported module comes from public path or not #95

Closed ShahriyarR closed 2 years ago

ShahriyarR commented 2 years ago

Change Summary

Description

Importing public functions from non-public paths will be ignored and not registered in CLI. If the imports are from the public paths they will be exposed as nested features in CLI.

Fixes #94

Type of change

Please delete options that are not relevant.