Skip to content

Fixed OptionMaybe bool with no arguments

Compare
Choose a tag to compare
@JordanMarr JordanMarr released this 25 Apr 02:04
· 71 commits to main since this release
  • Fixed an issue where Input.OptionMaybe<bool>("--flag") would not translate --flag to Some true unless it had a boolean argument value (--flag true).