jostylr / literate-programming-lib

The library component of literate-programming
MIT License
36 stars 3 forks source link

compile needs at least one argument #10

Closed jostylr closed 7 years ago

jostylr commented 8 years ago

The compile command needs some review. It seems to fail silently when it does not have at least one argument. It is also unclear how to use more than one arguments in the docs. It should be fine to run the compile command with no argument.

jostylr commented 7 years ago

It seems compile does not need a first argument. Made it so that more than one argument is not used. The first argument is the blockname to use for minors; current one is used if no argument given.