abiosoft / colima

Container runtimes on macOS (and Linux) with minimal setup
MIT License
17.73k stars 364 forks source link

Add --cpus flag as an alias for --cpu to align with lima #1055

Open SmartManoj opened 3 days ago

SmartManoj commented 3 days ago

Adds support for the --cpus flag in the start command, functioning as an alias for the --cpu flag.


Lima docs-,%2D%2Dcpus%20int,-%5Blimactl%20create%5D%20number)

For more details, open the Copilot Workspace session.

abiosoft commented 2 days ago

Thanks for this. However, the implementation is not yet complete.

SmartManoj commented 1 day ago
  • Ensures that both --cpu and --cpus flags are parsed and handled equivalently, maintaining backward compatibility and user flexibility in specifying CPU resources.

You meant this?