Skip to content
This repository was archived by the owner on Apr 5, 2025. It is now read-only.

Commit df558a7

Browse files
Merge pull request #8 from Numpsy/users/rw/arg_names
Name the arguments to the 'flag' function in Fargo.fsi
2 parents 3e61bab + f7c1f4b commit df558a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Fargo/Fargo.fsi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ module Fargo =
7777
val reqArg: Arg<'a option> -> Arg<'a>
7878

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

8282
/// Make a flag required.
8383
val reqFlag: Arg<bool> -> Arg<bool>

0 commit comments

Comments
 (0)