diff options
author | Robin Krahl <robin.krahl@ireas.org> | 2020-01-14 19:32:28 +0100 |
---|---|---|
committer | Daniel Mueller <deso@posteo.net> | 2020-01-14 19:32:28 +0100 |
commit | a60b03f58437e358b24a96a4e6b2a2c11d277e6b (patch) | |
tree | 6f4a9d9bbcfcb62ef20e232addc713974f4b7f19 /README.md | |
parent | 1df484fd699f88b6d7e23c09464294a7c26c7e00 (diff) | |
download | nitrocli-a60b03f58437e358b24a96a4e6b2a2c11d277e6b.tar.gz nitrocli-a60b03f58437e358b24a96a4e6b2a2c11d277e6b.tar.bz2 |
Add scaffolding for the list command
This patch adds the basic scaffolding for the list command which will
list all attached Nitrokey devices.
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -13,6 +13,7 @@ Storage][nitrokey-storage] devices. The following commands are currently supported: +- list: List all attached Nitrokey devices. - status: Report status information about the Nitrokey. - lock: Lock the Nitrokey. - config: Access the Nitrokey's configuration |