# hello greet


Print a personalised greeting to standard output.


``` bash
hello greet [OPTIONS]
```


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


    Print a personalised greeting to standard output.

    Usage:
      hello greet [flags]

    Flags:
      -h, --help          help for greet
      -n, --name string   name to greet (default "World")

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


# Options


`-h, --help`  
help for greet

`-n, --name: string = World`  
name to greet

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

`-v, --verbose`  
enable verbose output
