colima
colima copied to clipboard
Add --cpus flag as an alias for --cpu to align with lima
Adds support for the --cpus flag in the start command, functioning as an alias for the --cpu flag.
- Introduces a new CLI flag
--cpusincmd/start.go, allowing users to specify the number of CPUs. This flag behaves identically to the existing--cpuflag. - Ensures that both
--cpuand--cpusflags are parsed and handled equivalently, maintaining backward compatibility and user flexibility in specifying CPU resources.
For more details, open the Copilot Workspace session.
Thanks for this. However, the implementation is not yet complete.
- Ensures that both
--cpuand--cpusflags are parsed and handled equivalently, maintaining backward compatibility and user flexibility in specifying CPU resources.
You meant this?
This has been added https://github.com/abiosoft/colima/pull/1352/commits/640f439c0ca49864f08572c35bdebc244f3121b0.