Skip to content

Commit

Permalink
Use structopt for command line arguments parsing in cargo-fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
sphynx committed May 21, 2019
1 parent 0ef2144 commit ed073a9
Show file tree
Hide file tree
Showing 3 changed files with 257 additions and 76 deletions.
68 changes: 68 additions & 0 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions Cargo.toml
Expand Up @@ -58,6 +58,7 @@ unicode_categories = "0.1.1"
dirs = "1.0.4"
ignore = "0.4.6"
annotate-snippets = { version = "0.5.0", features = ["ansi_term"] }
structopt = "0.2.15"

config_proc_macro = { path = "config_proc_macro" }

Expand Down

0 comments on commit ed073a9

Please sign in to comment.