Skip to content

Commit

Permalink
Update CLI name to reflect usage
Browse files Browse the repository at this point in the history
  • Loading branch information
maxdeviant committed Apr 21, 2024
1 parent 9cb9c84 commit ea4424b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/startest/cli.gleam
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import startest/logger.{Logger}
/// Runs the Startest CLI.
pub fn run(config: Config) {
glint.new()
|> glint.with_name("Startest")
|> glint.with_name("gleam test --")
|> glint.with_pretty_help(glint.default_pretty_help())
|> glint.add(
at: [],
Expand Down

0 comments on commit ea4424b

Please sign in to comment.