badboy / mdbook-toc

A preprocessor for mdbook to add inline Table of Contents support.
Mozilla Public License 2.0
163 stars 20 forks source link

Simplify CLI definition with derive macro #43

Closed dnaka91 closed 1 year ago

dnaka91 commented 1 year ago

Use clap's derive macro feature to simplify the definition and usage of the passed and valid CLI arguments.