add --dev flag to glue

This commit is contained in:
Folkert 2023-04-30 01:46:53 +02:00
parent f9f4d5eb49
commit d13ca51095
No known key found for this signature in database
GPG key ID: 1F17F6FFD112B97C
3 changed files with 18 additions and 8 deletions

View file

@ -279,6 +279,7 @@ pub fn build_app<'a>() -> Command<'a> {
)
.subcommand(Command::new(CMD_GLUE)
.about("Generate glue code between a platform's Roc API and its host language")
.arg(&flag_dev)
.arg(
Arg::new(GLUE_SPEC)
.help("The specification for how to translate Roc types into output files.")