rename commands
This commit is contained in:
@@ -1,14 +1,14 @@
|
|||||||
pub mod help;
|
pub mod help;
|
||||||
pub mod mybids;
|
pub mod my_bids;
|
||||||
pub mod mylistings;
|
pub mod my_listings;
|
||||||
pub mod newlisting;
|
pub mod new_listing;
|
||||||
pub mod settings;
|
pub mod settings;
|
||||||
pub mod start;
|
pub mod start;
|
||||||
|
|
||||||
// Re-export all command handlers for easy access
|
// Re-export all command handlers for easy access
|
||||||
pub use help::handle_help;
|
pub use help::handle_help;
|
||||||
pub use mybids::handle_my_bids;
|
pub use my_bids::handle_my_bids;
|
||||||
pub use mylistings::handle_my_listings;
|
pub use my_listings::handle_my_listings;
|
||||||
pub use newlisting::handle_new_listing;
|
pub use new_listing::handle_new_listing;
|
||||||
pub use settings::handle_settings;
|
pub use settings::handle_settings;
|
||||||
pub use start::handle_start;
|
pub use start::handle_start;
|
||||||
|
|||||||
Reference in New Issue
Block a user