miile7
Results
2
comments of
miile7
My use case is the following: I have a program performing some routines. There I have a "all" command performing all (major) routines, just to save some typing and thinking...
@Donatello-za Sadly I'm still waiting for my PR getting accepted. In the mean time I created a custom class that extends `CLI` and adds the command: ```php class MyCli extends...