# hello


A minimal Go CLI for testing great-docs documentation.


``` bash
hello [OPTIONS] COMMAND [ARGS]...
```


<span class="gd-details-chevron" aria-hidden="true"></span>Full --help output


    A minimal Go CLI for testing great-docs documentation.

    Usage:
      hello [command]

    Available Commands:
      greet       Print a personalised greeting
      version     Print the version

    Flags:
      --config string   config file (default: hello.toml)
      -h, --help        help for hello
      -v, --verbose     enable verbose output

    Use "hello [command] --help" for more information about a command.


# Options


`--config: string = hello.toml`  
config file

`-h, --help`  
help for hello

`-v, --verbose`  
enable verbose output


# Commands


`greet`  
[Print a personalised greeting to standard output](../../reference/cli/greet.md)

`version`  
[Print the version string and exit](../../reference/cli/version.md)
