Skip to content

Commit

Permalink
Re-export clap from root
Browse files Browse the repository at this point in the history
  • Loading branch information
makspll committed Jan 17, 2024
1 parent b0b80a9 commit 44d431c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ pub use crate::console::{

use crate::console::{console_ui, receive_console_line, ConsoleState};

pub use clap;

// mod color;
mod commands;
mod console;
Expand Down

0 comments on commit 44d431c

Please sign in to comment.