Bug 386051 - configuring craft to use snore doesn't work
Summary: configuring craft to use snore doesn't work
Status: CLOSED FIXED
Alias: None
Product: Craft
Classification: Developer tools
Component: Core (show other bugs)
Version: unspecified
Platform: Other Microsoft Windows
: NOR normal
Target Milestone: ---
Assignee: Hannah von Reth
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-10-22 01:24 UTC by mahueb55
Modified: 2017-10-24 02:02 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.