Bug 386051

Summary: configuring craft to use snore doesn't work
Product: [Developer tools] Craft Reporter: mahueb55
Component: CoreAssignee: Hannah von Reth <vonreth>
Status: CLOSED FIXED    
Severity: normal CC: kde-windows
Priority: NOR    
Version: unspecified   
Target Milestone: ---   
Platform: Other   
OS: Microsoft Windows   
Latest Commit: Version Fixed In:

Description mahueb55 2017-10-22 01:24:31 UTC
the CraftSettings.ini config file says it is required to configure craft for using snore notifications using the command
craft --snore-notify

This fails with the following error message:
Craft: error: unrecognized arguments: --snore-settings
Comment 1 Hannah von Reth 2017-10-23 10:44:01 UTC
As the list of craft commands was growing exponential we removed some of them.
To configure snore just call, snoresettings.exe and use the combobox to configure snoresend or call "snoresettings.exe  --appName snoresend"
Comment 2 mahueb55 2017-10-24 02:02:33 UTC
Thanks for the explanation - this makes perfect sense. It was the comment in the ini that confused me. Just saw you changed that in the ini template already - thanks.