.Dd $Mdocdate$
.Dt big-config 1
.Os
.Sh NAME
.Nm big-config
.Nd example with a big configuration
.Sh VERSION
0.0.0
.Sh SYNOPSIS
big-config [--config-file FILE_PATH]
.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

  big configuration object
  config:
    big: # or null
      # BigConfig
      map: # required
        <key>: 
          <key>: 
            <integer> # 64 bit signed integer
      sub: # optional
        <string>

.Sh OPTIONS
  -h|--help     Show this help text              
  --version     Output version information: 0.0.0
  --config-file Path to the configuration file   

.Sh ENVIRONMENT VARIABLES
  CONFIG_FILE FILE_PATH   Path to the configuration file

.Sh CONFIGURATION VALUES
  big configuration object
  big:
    # or null
    # BigConfig
    map: # required
      <key>: 
        <key>: 
          <integer> # 64 bit signed integer
    sub: # optional
      <string>

