mateusoliveira43 / cly

CLY?! framework to create CLIs with Python | framework para criar CLIs com Python
https://mateusoliveira43.github.io/cly/
MIT License
3 stars 1 forks source link

Issue with shell funtions #57

Closed mateusoliveira43 closed 2 years ago

mateusoliveira43 commented 2 years ago

What is the issue? There is no shell function (in utils.py) that can run multiple commands (would receive a list of the arguments of run_command) and return if the process was successful (all exit code were zero) or one (or more) of them failed.

What do you suggest? Create it.