tellerops / teller

Cloud native secrets management for developers - never leave your command line for secrets.
https://github.com/tellerops/teller
Apache License 2.0
2.8k stars 183 forks source link

fix: display help if no args provided #268

Closed jeremylong closed 3 months ago

jeremylong commented 3 months ago

Related Issues

N/A

Description

For new users, if you just run teller with no arguments the output is not very intuitive. This PR simply displays the --help message if you run teller without arguments.

Motivation and Context

Makes teller a little bit more user friendly.

How Has This Been Tested?

Local testing.

Checklist