mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-27 13:59:08 +00:00
add --dev flag to glue
This commit is contained in:
parent
f9f4d5eb49
commit
d13ca51095
3 changed files with 18 additions and 8 deletions
|
@ -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.")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue