slic
                                
                                
                                
                                    slic copied to clipboard
                            
                            
                            
                        More feedback from commands
When you run something like tric composer install or tric npm install (or other commands), it would be helpful to know after the setup is done and it's actually moved into running the command as intended. Could we add one more log line that says "Running requested command" or something like that?
It's just really hard for me to know whether some slow downs I'm experiencing is a slow down with Docker/containers/setup, or if it's the command itself.
I turned on tric debug and that helped a bit more

The issue Cliff posted about is resolved (it outputs that info now), but the original request still stands -- to know at what point the command (and which command) itself is running.
For example, I'd expect to see something that tells me that it's running composer .... when calling:
slic composer validate --strict --version --no-interaction --verbose
This would be very helpful for debugging purposes as well as great detail in GitHub actions for logging purposes.