aboutsummaryrefslogtreecommitdiff
path: root/src/framework/create_group.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/framework/create_group.rs')
-rw-r--r--src/framework/create_group.rs3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/framework/create_group.rs b/src/framework/create_group.rs
index cc0b3bd..88aa6ba 100644
--- a/src/framework/create_group.rs
+++ b/src/framework/create_group.rs
@@ -1,4 +1,5 @@
-pub use ext::framework::command::{Command, CommandType, CommandGroup, CommandOrAlias};
+pub use ext::framework::command::{Command, CommandType, CommandGroup};
+pub(crate) use ext::framework::command::CommandOrAlias;
pub use ext::framework::create_command::CreateCommand;
use std::default::Default;