databricks / click

The "Command Line Interactive Controller for Kubernetes"
Apache License 2.0
1.49k stars 84 forks source link

Silently ignore missing config file #223

Open ptxmac opened 1 year ago

ptxmac commented 1 year ago

This gives a slightly better first-run experience.

Before:

$ click
Could not load click config: IO error: No such file or directory (os error 2)
Using default values.
[none] [none] [none] >

After:

$ click
[none] [none] [none] >