-
-
Notifications
You must be signed in to change notification settings - Fork 22
Output a helpful message when there's no configuration #150
Copy link
Copy link
Open
Labels
CLICommand Line InterfaceCommand Line InterfacedocumentationImprovements or additions to documentationImprovements or additions to documentationgood first issueGood for newcomersGood for newcomershacktoberfesthttps://hacktoberfest.com/https://hacktoberfest.com/outputFancy (and not so) output of the toolFancy (and not so) output of the tool
Description
Activity
Metadata
Metadata
Assignees
Labels
CLICommand Line InterfaceCommand Line InterfacedocumentationImprovements or additions to documentationImprovements or additions to documentationgood first issueGood for newcomersGood for newcomershacktoberfesthttps://hacktoberfest.com/https://hacktoberfest.com/outputFancy (and not so) output of the toolFancy (and not so) output of the tool
Currently, when you run
tool syncand there's no.tool.tomlfile, you see the following message:Instead, it would be better to tell more information:
--configflagThis would require matching on error here:
tool-sync/src/config/toml.rs
Lines 82 to 86 in a64ab97