Skip to content

Commit

Permalink
Add dump subcommand (#42)
Browse files Browse the repository at this point in the history
  • Loading branch information
esarver authored Nov 11, 2024
1 parent 13b7fb4 commit c15bd51
Show file tree
Hide file tree
Showing 11 changed files with 1,694 additions and 596 deletions.
11 changes: 10 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,14 @@ Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how
Fixed -- for any bug fixes.
Security -- in case of vulnerabilities.
-->
## [0.19.0]

### Added

- Added the `dump` subcommand to connect to an instrument and dump out the contents
of the output queue.
- Added new `--dump-output` arg to `connect` subcommand to support printing the
`dump` subcommand details to the terminal

## [0.18.4]

Expand Down Expand Up @@ -156,7 +164,8 @@ Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how
- Feature to retrieve TSP-Link network details

<!--Version Comparison Links-->
[Unreleased]: https://github.com/tektronix/tsp-toolkit-kic-cli/compare/v0.18.4...HEAD
[Unreleased]: https://github.com/tektronix/tsp-toolkit-kic-cli/compare/v0.19.0...HEAD
[0.19.0]: https://github.com/tektronix/tsp-toolkit-kic-cli/releases/tag/v0.19.0
[0.18.4]: https://github.com/tektronix/tsp-toolkit-kic-cli/releases/tag/v0.18.4
[0.18.3]: https://github.com/tektronix/tsp-toolkit-kic-cli/releases/tag/v0.18.3
[0.18.2]: https://github.com/tektronix/tsp-toolkit-kic-cli/releases/tag/v0.18.2
Expand Down
Loading

0 comments on commit c15bd51

Please sign in to comment.