Skip to content

Commit 6fe4c20

Browse files
committed
re-export add-users ad add-user
1 parent 9110e7b commit 6fe4c20

2 files changed

Lines changed: 3 additions & 0 deletions

File tree

src/commands/project/add_user.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
pub use super::add_users::{command, Args};

src/commands/project/mod.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ pub(super) use clap::Parser;
44
#[allow(unused_imports)]
55
pub(super) use colored::Colorize;
66

7+
pub mod add_user;
78
pub mod add_users;
89
pub mod delete;
910
pub mod id;
@@ -27,6 +28,7 @@ pub struct Args {
2728
}
2829

2930
commands_enum!(
31+
add_user,
3032
add_users,
3133
delete,
3234
id,

0 commit comments

Comments
 (0)