add cmd lexicon

This commit is contained in:
2026-01-18 12:15:43 +09:00
parent 28eb463b74
commit 5f017d30cb
16 changed files with 1589 additions and 50 deletions

4
src/commands/mod.rs Normal file
View File

@@ -0,0 +1,4 @@
pub mod auth;
pub mod token;
pub mod post;
pub mod gen;