diff options
author | Hayleigh Thompson <me@hayleigh.dev> | 2024-03-16 23:41:38 +0000 |
---|---|---|
committer | Hayleigh Thompson <me@hayleigh.dev> | 2024-03-17 17:12:10 +0000 |
commit | 4aeb451d32d7ad94a5a4111543584a1430cd4571 (patch) | |
tree | f64480f138db3fca9a4e9bb97e2fcdb883aa4241 /src | |
parent | 3de8e6e7782b21da3d4efa2e9592634307980d22 (diff) | |
download | lustre-4aeb451d32d7ad94a5a4111543584a1430cd4571.tar.gz lustre-4aeb451d32d7ad94a5a4111543584a1430cd4571.zip |
:recycle: Rename '--include-styles' flag to '--use-lustre-ui' for clarity.
Diffstat (limited to 'src')
-rw-r--r-- | src/lustre/cli/dev.gleam | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lustre/cli/dev.gleam b/src/lustre/cli/dev.gleam index d1bee68..3b24dc9 100644 --- a/src/lustre/cli/dev.gleam +++ b/src/lustre/cli/dev.gleam @@ -96,7 +96,7 @@ pub fn run() -> Command(Nil) { |> flag.default(default) |> flag.description(description) }) - |> glint.flag("include-styles", { + |> glint.flag("use-lustre-ui", { let description = "" let default = False |