Skip to content

Commit

Permalink
Merge pull request RustScan#75 from bernardoamc/refactor-into-structopts
Browse files Browse the repository at this point in the history
Refactor code in order to use structopt
  • Loading branch information
bee-san authored Jul 26, 2020
2 parents 999634c + e12a12f commit 022cc87
Show file tree
Hide file tree
Showing 4 changed files with 181 additions and 131 deletions.
84 changes: 83 additions & 1 deletion Cargo.lock

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

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ readme="README.md"

[dependencies]
colored = "1.9.3"
clap = "2.33.0"
structopt = "0.3.15"
async-std = "1.6.2"
futures = "0.3"
rlimit = "0.3.0"
Expand Down
1 change: 1 addition & 0 deletions rustscan-debbuilder/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,4 @@ RUN echo "objcopy = { path = \"arm-linux-gnueabihf-objcopy\" }" >> /root/.cargo/
COPY ./entrypoint.sh /entrypoint.sh
RUN chmod +x /entrypoint.sh
ENTRYPOINT ["/entrypoint.sh"]
1
Loading

0 comments on commit 022cc87

Please sign in to comment.