Skip to content

Commit

Permalink
cli: Remove custom cli parser
Browse files Browse the repository at this point in the history
All cli tools in the project should use clap
in the future.
  • Loading branch information
simonwuelker committed Aug 10, 2024
1 parent b8a3152 commit be8ffc3
Show file tree
Hide file tree
Showing 6 changed files with 0 additions and 415 deletions.
2 changes: 0 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,6 @@ members = [
"crates/graphics/math",
"crates/compression",
"crates/util/buildutils",
"crates/util/cli",
"crates/util/cli-derive",
"crates/util/html-treebuilding-match",
"crates/util/mime",
"crates/util/serialization/serialize",
Expand Down
20 changes: 0 additions & 20 deletions crates/util/cli-derive/Cargo.toml

This file was deleted.

348 changes: 0 additions & 348 deletions crates/util/cli-derive/src/lib.rs

This file was deleted.

15 changes: 0 additions & 15 deletions crates/util/cli/Cargo.toml

This file was deleted.

Loading

0 comments on commit be8ffc3

Please sign in to comment.