-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
Currently, you'd need to run your project as a Python script. Ideally, CLI tools are better suited to run as executable binary files. There are tools like PyInstaller or p2exe that can help create a binary file for your Python script.
How cli2cloud presently runs on the terminal:
$ python app.py -del file_nameHow cli2cloud would runs on the terminal post Change:
$ c2c -del file_nameNote: Taking c2c as an example for this cli tool. You can name it anything.
Once implemented, it'll be much cleaner to set up and use this CLI tool.
@thekaranatic
thekaranatic
Metadata
Metadata
Assignees
Labels
No labels