Log invocations of external commands #275
Labels
A-CLI
Related to the main CLI and not a more specific subcommand
C-Usability
An improvement that makes the API more pleasant
D-Modest
A "normal" level of difficulty; suitable for simple features or challenging fixes
S-Ready-for-Implementation
This issue is ready for an implementation PR. Go for it!
Milestone
One goal of the Bevy CLI is to be fully optional.
That means that a user should be able to fully replicate the behavior of the CLI by external commands, even though it might be a lot less user-friendly.
To make this easier, we should log the invocations of all commands and the arguments that were used.
Ideally, we would put this behind a
--verbose
flag to not spam the output by default.#236 will likely simplify the implementation.
Probably not a blocker for TheBevyFlock/bevy_new_2d#312, but it was requested by the template authors.
The text was updated successfully, but these errors were encountered: