comonicon / Comonicon.jl

Your best CLI generator in JuliaLang
https://comonicon.org
MIT License
284 stars 25 forks source link

Empty docstring causes a bounds error #214

Closed tecosaur closed 2 years ago

tecosaur commented 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.

Comonicon 0.12.17/master