click
click copied to clipboard
Silently ignore missing config file
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] >