From 7787ae6fe68c7eb803363612244809e074d4fa45 Mon Sep 17 00:00:00 2001 From: Harald Eilertsen Date: Wed, 30 Oct 2024 20:31:03 +0100 Subject: Re-export the structs from internal modules in the command mod. Just improves usability some. --- src/bin/zot/command.rs | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'src/bin/zot/command.rs') diff --git a/src/bin/zot/command.rs b/src/bin/zot/command.rs index 6d85ed2..5f92752 100644 --- a/src/bin/zot/command.rs +++ b/src/bin/zot/command.rs @@ -9,3 +9,16 @@ pub mod channel; pub mod contact; pub mod verify; pub mod version; + +pub use channel::{ + export::ChannelExportCmd, + list::ChannelListCmd, + stream::ChannelStreamCmd, +}; + +pub use contact:: { + list::ContactListCmd, +}; + +pub use verify::VerifyCmd; +pub use version::VersionCmd; -- cgit v1.2.3