coffee-tools / coffee

Reference implementation for a flexible core lightning plugin manager
https://docs.page/coffee-tools/coffee
9 stars 13 forks source link

Enhance Error Message for Missing Core Lightning Configuration File #211

Closed tareknaser closed 6 months ago

tareknaser commented 9 months ago

The error message displayed in case of a missing Core Lightning configuration file has been enhanced to provide users with more friendly and actionable information.

Now, when coffee fails to find the configuration file at the specified path, it advises users to resolve the issue by running the coffee setup <cln_path> command, helping them quickly address the problem and proceed smoothly.

Fixes #209

netlify[bot] commented 9 months ago

Deploy Preview for coffee-docs canceled.

Name Link
Latest commit 76ad24136dd7891e94fe531dd7cbed3bbdd14d2b
Latest deploy log https://app.netlify.com/sites/coffee-docs/deploys/656eff3d5d703b0008e16297
vincenzopalazzo commented 6 months ago

I think this code should be simpler, and I try to see if this is true https://github.com/coffee-tools/coffee/pull/220

tareknaser commented 6 months ago

Closing this pull request and going ahead with #220. It has the same fix but is simpler.