Closed tecosaur closed 2 years ago
If a blank command description is given, a bounds error is thrown.
using Comonicon """ """ @main
This is caused by https://github.com/comonicon/Comonicon.jl/blob/ebb18333389d6cdbaae2c191315d4b8c8de5290c/src/frontend/markdown.jl#L134-L140
Where we see [1] before checking that there is any content at all.
[1]
If a blank command description is given, a bounds error is thrown.
This is caused by https://github.com/comonicon/Comonicon.jl/blob/ebb18333389d6cdbaae2c191315d4b8c8de5290c/src/frontend/markdown.jl#L134-L140
Where we see
[1]
before checking that there is any content at all.Comonicon 0.12.17/master