- I run
nut generate
and got error message:
Now you should edit nut.json to fix following errors:
Package summary in code should be in form "Package php_session_decoder ... ."
Its completely wrong, because in turn this message is not related to nut.json file at all.
Instead this message should clearly say what you should add doc.go file to your package.
The second question - why do you push everyone to write package doc exactly in this form:
"Package php_session_decoder ... ."
I dont understand this. I think its my right to document my package as I want.
And its not clear at all what I must have dot at the end of the sentence. I understand what accordingly to english grammar rules I should do it, but run config generation tool - not english spell checker and I expect what it will generate nuts.json and nothing more.
bug