packages feed

opt-env-conf-test-0.0.0.0: test_resources/docs/yes-no/man.txt

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

  Output version information: 0.0.0
  switch: --version

  Path to the configuration file
  option: --config-file FILE_PATH
  env: CONFIG_FILE FILE_PATH
  
  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 
  --config-file  Path to the configuration file    
  --[no-]example Example of a yes/no switch        

.Sh ENVIRONMENT VARIABLES
  CONFIG_FILE FILE_PATH   Path to the configuration file
  EXAMPLE BOOL            Example of a yes/no switch    

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