mirror of
https://github.com/roc-lang/roc.git
synced 2025-10-02 08:11:12 +00:00
Feature name correction
This commit is contained in:
parent
587d36505a
commit
2680e475d1
1 changed files with 1 additions and 1 deletions
|
@ -100,7 +100,7 @@ pub fn build_app<'a>() -> App<'a> {
|
|||
)
|
||||
);
|
||||
|
||||
if cfg!(feature = "edit") {
|
||||
if cfg!(feature = "editor") {
|
||||
app.subcommand(
|
||||
App::new(CMD_EDIT).about("Launch the Roc editor").arg(
|
||||
Arg::with_name(DIRECTORY_OR_FILES)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue