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

Fixed the missing description and version in dynacli entrypoint #92

Closed ShahriyarR closed 2 years ago

ShahriyarR commented 2 years ago

Change Summary

Description

The fix is to introduce a new map of missing description and the version to the entrypoint's(wrapper's) __main__ module. The most quick fix is to set module attributes __version__ and __doc__ in runtime, i.e setting attributes while running actual main function of the entrypoint.

Fixes #85

Type of change

Please delete options that are not relevant.

Checklist: