Skip to content

Commit

Permalink
remove unnecessary comment
Browse files Browse the repository at this point in the history
  • Loading branch information
TanklesXL committed May 1, 2024
1 parent e0d0ca7 commit 69a2ce7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion examples/hello/src/hello.gleam
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,6 @@ pub fn repeat_flag() -> glint.Flag(Int) {
/// the command function that will be executed as the root command
///
pub fn hello_cmd() -> glint.Command(String) {
// register
use <- glint.command_help("Prints Hello, <names>!")
use <- glint.unnamed_args(glint.MinArgs(1))
use _, args, flags <- glint.command()
Expand Down

0 comments on commit 69a2ce7

Please sign in to comment.