diff --git a/blog/2024-12-23-December-Adventure-2024:-Day-23.md b/blog/2024-12-23-December-Adventure-2024:-Day-23.md index 541fee1..a805886 100644 --- a/blog/2024-12-23-December-Adventure-2024:-Day-23.md +++ b/blog/2024-12-23-December-Adventure-2024:-Day-23.md @@ -2,10 +2,15 @@ ## MyCmd +I continued with small tasks, making incremental progress. I had some appointments today and so I didn't have time to dive into big tasks: + * [commit b820299fc4120b43529cf4f8047720a92340f52d](https://github.com/travisbhartwell/mycmd/commit/b820299fc4120b43529cf4f8047720a92340f52d): Add git information to version printing. * [commit 57e5a0ab116738551b3fd6eb0bbbd73685cbe6a3](https://github.com/travisbhartwell/mycmd/commit/57e5a0ab116738551b3fd6eb0bbbd73685cbe6a3): Create formatted output aliases for `mycmd.debug` and `mycmd.trace`. * [commit a7e739a7a33a0cf40c736019486cb830795a2ac7](https://github.com/travisbhartwell/mycmd/commit/a7e739a7a33a0cf40c736019486cb830795a2ac7): Use `varredir_close` to auto close file descriptors. * [commit f7fab85b80f3f63e40356753a21a3ca1739ec81d](https://github.com/travisbhartwell/mycmd/commit/f7fab85b80f3f63e40356753a21a3ca1739ec81d): Make `mycmd:registry.get_command_group_from_file` more robust. +* [commit 96f601a0a01f4efd207b047374ea5edef49dec1b](https://github.com/travisbhartwell/mycmd/commit/96f601a0a01f4efd207b047374ea5edef49dec1b): Add the full help text for the `mycmd` Command Group. + +I should have time to really focus on the design of the project task runner tomorrow. ## Dot Files