mfontanini / presenterm

A markdown terminal slideshow tool
https://mfontanini.github.io/presenterm/
BSD 2-Clause "Simplified" License
1.19k stars 29 forks source link

chore(entry): Don't panic if path isn't specified rather show helpful msg #124

Closed pwnwriter closed 8 months ago

pwnwriter commented 8 months ago

If no path is provided, the current setup panics. Prooly showing some helpful msg is better ig?

Before:

screenshot_2024-01-09_12-02-47

After

screenshot_2024-01-09_12-03-22

pwnwriter commented 8 months ago

Seems like I misunderstood; I'll create a new pr. Woopsie

mfontanini commented 8 months ago

This looked mostly good to me, not sure why you closed it. It should probably use the nicer clap output like this so the error feels like it comes from clap.