mirror of
https://github.com/rojo-rbx/rojo.git
synced 2026-04-23 14:15:24 +00:00
Switch everything to StructOpt (#277)
* Add types for Rojo's subcommands * Flesh out CLI types * Port everything to structopt instead of clap
This commit is contained in:
committed by
GitHub
parent
8b1e85fbb4
commit
47c7f63d75
@@ -5,6 +5,7 @@
|
||||
#[macro_use]
|
||||
mod impl_from;
|
||||
|
||||
pub mod cli;
|
||||
pub mod commands;
|
||||
|
||||
// This module is only public for testing right now, and won't be
|
||||
|
||||
Reference in New Issue
Block a user