idris-lang / Idris2

A purely functional programming language with first class types
https://idris-lang.org/
Other
2.53k stars 380 forks source link

[ doc ] Optional argument is not required #3289

Closed SlayerOfTheBad closed 6 months ago

SlayerOfTheBad commented 6 months ago

Description

Flags with optional arguments without argument were being handled in the section labeled as "Missing required arguments". Optional arguments aren't required, so they can be handled in "Happy cases"