diff options
Diffstat (limited to 'src/lustre/cli/dev.gleam')
-rw-r--r-- | src/lustre/cli/dev.gleam | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/lustre/cli/dev.gleam b/src/lustre/cli/dev.gleam index 75711bc..f561b39 100644 --- a/src/lustre/cli/dev.gleam +++ b/src/lustre/cli/dev.gleam @@ -20,7 +20,6 @@ import simplifile pub fn run() -> Command(Nil) { let description = " - " glint.command(fn(input) { @@ -82,7 +81,7 @@ pub fn run() -> Command(Nil) { } }) |> glint.description(description) - |> glint.count_args(glint.EqArgs(0)) + |> glint.unnamed_args(glint.EqArgs(0)) |> glint.flag("host", { let description = "" let default = "0.0.0.0" |