group modules and scripts

This commit is contained in:
🪞👃🪞 2025-03-04 19:02:48 +02:00
parent 93a14a3040
commit 8794b2e05b
32 changed files with 34 additions and 26 deletions

View file

@ -1,5 +1,5 @@
pub use tek::*;
pub(crate) use clap::{self, Parser, Subcommand};
pub(crate) use clap::{self, Parser};
/// Application entrypoint.
pub fn main () -> Usually<()> {
TekCli::parse().run()