oxur / mdsplode

A CLI tool for exploding and serialising Markdown files (metadata, AST, rendered parts, and rendered whole)
Apache License 2.0
0 stars 0 forks source link

Implement shell state machine #17

Closed oubiwann closed 6 months ago

oubiwann commented 6 months ago

Needs to support the following:

oubiwann commented 6 months ago

I think for this we can "just" replace the quit bool with a mutable State struct ...