Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
TanklesXL committed Mar 14, 2024
1 parent 55ff605 commit 5f79d6b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/glint.gleam
Original file line number Diff line number Diff line change
Expand Up @@ -251,7 +251,8 @@ pub fn unnamed_args(args: ArgsCount, f: fn() -> Command(b)) -> Command(b) {
/// These named arguments will be matched with the first N arguments passed to the command
/// All named arguments must match for a command to succeed
/// This works in combination with CommandInput.named_args which will contain the matched args in a Dict(String,String)
/// IMPORTANT: Matched named arguments will not be present in CommandInput.args
///
/// **IMPORTANT**: Matched named arguments will not be present in CommandInput.args
///
pub fn named_arg(
name: String,
Expand Down

0 comments on commit 5f79d6b

Please sign in to comment.