Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor(cli): revert
.subcommand_required(true)
This commit reverts the flag added in #86 which prevents the binary from being invoked without a subcommand. It turns out that `mdBook` calls the binary without args to invoke the preprocessor and it is not worth detecting if the parent process was mdbook or not.
- Loading branch information