Skip to content

Commit

Permalink
refactor: move cli module to separate directory
Browse files Browse the repository at this point in the history
  • Loading branch information
donovanglover committed Oct 24, 2024
1 parent e0a776d commit 08c72ed
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion build.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#[path = "src/cli.rs"]
#[path = "src/cli/mod.rs"]
mod cli;

#[path = "src/consts/mod.rs"]
Expand Down
File renamed without changes.
2 changes: 2 additions & 0 deletions src/cli/mod.rs
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
pub mod clap;
pub use clap::*;

0 comments on commit 08c72ed

Please sign in to comment.