escl-scan-cli


Copr build status Travis-CI build status dependency status

``` escl-scan-cli 0.1.1 ElXreno elxreno@gmail.com CLI for escl-scan

USAGE: escl-scan-cli [FLAGS] [OPTIONS]

FLAGS: -f, --force Force scan and override output file -h, --help Prints help information -V, --version Prints version information

OPTIONS: -d, --dpi Scan resolution [default: 75]

ARGS: IP of scanner Destination file ```

Install

As package (recommend):

Fedora Copr: sudo dnf copr enable elxreno/escl-scan -y && sudo dnf install escl-scan

As binary:

``` cargo install escl-scan-cli

by default installed at ~/.cargo/bin, you may add it to path:

export PATH=$PATH:~/.cargo/bin escl-scan-cli ```