From fb235d0cf88687eb214b3ec7cb5fab596609d2b6 Mon Sep 17 00:00:00 2001 From: Daniel Mueller Date: Fri, 28 Dec 2018 11:01:08 -0800 Subject: Move printing of storage related status into 'storage status' sub-command The 'status' command has traditionally printed information about the connected Nitrokey and that included storage specific data if the device present is a Nitrokey Storage. Given that we have a root-level 'storage' command it arguably makes sense to move the printing of the storage related status information into a 'status' sub-command of the said command, which makes the output more predictable. --- nitrocli/CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) (limited to 'nitrocli/CHANGELOG.md') diff --git a/nitrocli/CHANGELOG.md b/nitrocli/CHANGELOG.md index 813f853..ae6b422 100644 --- a/nitrocli/CHANGELOG.md +++ b/nitrocli/CHANGELOG.md @@ -10,6 +10,8 @@ Unreleased - Added the `config` command for reading and writing the device configuration - Moved `open` and `close` commands as subcommands into newly introduced `storage` command + - Moved printing of storage related information from `status` command + into new `storage status` subcommand - Made `status` command work with Nitrokey Pro devices - Enabled CI pipeline comprising code style conformance checks, linting, and building of the project -- cgit v1.2.1