Skip to content

Commit

Permalink
Merge pull request #19 from nordic-dev-net/verbosity_and_logging
Browse files Browse the repository at this point in the history
Verbosity and Logging
  • Loading branch information
mxwt00 committed Dec 15, 2023
2 parents 56e35e2 + 6e1951b commit 846de4b
Show file tree
Hide file tree
Showing 6 changed files with 246 additions and 33 deletions.
225 changes: 217 additions & 8 deletions Cargo.lock

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

3 changes: 3 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,6 @@ clap = { version = "4.1.11", features = ["derive"] }
hound = "3.5.0"
indicatif = "0.17.3"
walkdir = "2.3.3"
log = "0.4"
env_logger = "0.10.1"
clap-verbosity-flag = "2.1.0"
1 change: 1 addition & 0 deletions docs/requirements.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,7 @@ Options:
files.
-h, --help Displays help for available commands, all other arguments are ignored.
-v, --verbose Increase CLI verbosity.
```

This command imports data from the given device, creating a new directory for each imported deployment at the specified output path. This command does not remove files from the device.
Expand Down
Loading

0 comments on commit 846de4b

Please sign in to comment.