.Dd $Mdocdate$
.Dt yes-no 1
.Os
.Sh NAME
.Nm yes-no
.Nd yesNoSwitch example
.Sh VERSION
0.0.0
.Sh SYNOPSIS
yes-no [--[no-]example]
.Sh SETTINGS
  Show this help text
  switch: -h|--help

  Output version information: 0.0.0
  switch: --version

  Example of a yes/no switch
  switch: --[no-]example
  env: EXAMPLE BOOL
  config:
    example: # or null
      <boolean>

.Sh OPTIONS
  -h|--help      Show this help text              
  --version      Output version information: 0.0.0
  --[no-]example Example of a yes/no switch       

.Sh ENVIRONMENT VARIABLES
  EXAMPLE BOOL   Example of a yes/no switch

.Sh CONFIGURATION VALUES
  Example of a yes/no switch
  example:
    # or null
    <boolean>

