Skip to content

Commit

Permalink
Name the arguments to the 'flag' funcion in Fargo.fsi
Browse files Browse the repository at this point in the history
  • Loading branch information
Numpsy committed Feb 5, 2024
1 parent be8683f commit f7c1f4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Fargo/Fargo.fsi
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ module Fargo =
val reqArg: Arg<'a option> -> Arg<'a>

/// A flag parser. Flags are matched by name and are optional by default. Value is false when not specified
val flag: string -> string -> string -> Arg<bool>
val flag: name:string -> alt:string -> description:string -> Arg<bool>

/// Make a flag required.
val reqFlag: Arg<bool> -> Arg<bool>
Expand Down

0 comments on commit f7c1f4b

Please sign in to comment.