feat: set the global commands

This commit is contained in:
2026-03-24 01:59:57 -04:00
parent 30c4761fe0
commit 67bdc9e451
2 changed files with 34 additions and 1 deletions

View File

@@ -9,5 +9,6 @@ pub use one_to_many::OneToManyUniqueBTreeMap;
pub use one_to_many_with_data::OneToManyUniqueBTreeMapWithData;
pub use one_to_one::OneToOneBTreeMap;
pub use command::all as all_commands;
pub use track_vcs::{VCs, initialize_vcs, update_vcs};
pub use vc_user::{UserInVCData, VoiceStatus};