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