add flags for public / private

This commit is contained in:
dusk 2025-10-08 17:57:56 +00:00
parent 0429fa636b
commit 77444bff2e
No known key found for this signature in database
3 changed files with 4 additions and 2 deletions

View file

@ -4,7 +4,7 @@ use command_parser::Tree;
use commands::COMMAND_TREE;
fn main() {
related();
parse();
}
fn related() {