dodorare / crossbow

Cross-Platform build tools and toolkit for games and game engines written in Rust! 🦀
https://crossbow.dodorare.com/
Apache License 2.0
198 stars 13 forks source link

Fix issue with install several packages #115

Closed Heezay closed 2 years ago

Heezay commented 2 years ago

Objective

Fix Todo marker in crossbundle/cli/commands/install/sdk_manager.rs

Solution

Use clap derive macros to resolve the problem with multiple passed arguments

Changelog

Now we can use the command below correctly:

crossbundle install sdk-manager --install "<package1>" "<package2>" "<package3>"