Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions Cli/Basic.lean
Original file line number Diff line number Diff line change
Expand Up @@ -360,7 +360,7 @@ section Configuration
-/
structure Flag where
/-- Associated flag meta-data. -/
flag : Flag
flag : Cli.Flag
/-- Parsed value that was validated and conforms to `flag.type`. -/
value : String
deriving Inhabited, BEq, Repr
Expand Down Expand Up @@ -393,7 +393,7 @@ section Configuration
-/
structure Arg where
/-- Associated argument meta-data. -/
arg : Arg
arg : Cli.Arg
/-- Parsed value that was validated and conforms to `arg.type`. -/
value : String
deriving Inhabited, BEq, Repr
Expand Down Expand Up @@ -1630,4 +1630,4 @@ section IO
end Cmd
end IO

end Cli
end Cli