Skip to content

Commit

Permalink
refactor command to cli module
Browse files Browse the repository at this point in the history
Moved all files and logic under `command` to a new `cli` module, aligning structure with CLI-specific functionality. Adjusted imports and references accordingly to ensure compatibility.
  • Loading branch information
keinsell committed Jan 8, 2025
1 parent 9d9ce27 commit 122424a
Show file tree
Hide file tree
Showing 20 changed files with 325 additions and 926 deletions.
1 change: 0 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ date_time_parser = "0.2.0"
delegate = "0.13.1"
derivative = "2.2.0"
directories = { version = "5.0.1" }
figlet-rs = "0.1.5"
float-pretty-print = "0.1.1"
futures = "0.3.31"
hashbrown = "0.15.2"
Expand Down
Loading

0 comments on commit 122424a

Please sign in to comment.