This repository was archived by the owner on Aug 26, 2026. It is now read-only.
Release v1.3.0
Full Changelog: v1.2.9...v1.3.0
- Fixed passed args not being collected/read properly
- Code optimizations
- Fixed permission denied error for when you download license not as root
- Y/N question prompts can no longer be silent, even when passing
-s/--silent. This is done to prevent cmdcreate from doing things without
your consent. - Shell commands are now made silent through the
-s/--silentflags rather
than manually dev/clean.shnow formats code before cleaning up cargo- Before, it would clean up the Rust environment first, then run
clippy
which created the directorytargetagain.
- Before, it would clean up the Rust environment first, then run
- Slightly modified the output for the usage of cmdcreate to be better at color
coding - Fix crash when user tries to build from source without root
- Changed log directory to
/tmp/cmdcreate-logs/