fix reexport mess + document modules

This commit is contained in:
🪞👃🪞 2024-07-12 20:11:48 +03:00
parent 7d6bdcca99
commit 317547c6b2
14 changed files with 383 additions and 350 deletions

View file

@ -1,3 +1,5 @@
//! Command line option parser.
use clap::{Parser, Subcommand};
#[derive(Debug, Parser)]