<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mirrors/nitrocli/src/tests, branch v0.3.2</title>
<subtitle>A command line tool for interacting with Nitrokey devices (GitHub mirror)
</subtitle>
<id>https://git.ireas.org/mirrors/nitrocli/atom?h=v0.3.2</id>
<link rel='self' href='https://git.ireas.org/mirrors/nitrocli/atom?h=v0.3.2'/>
<link rel='alternate' type='text/html' href='https://git.ireas.org/mirrors/nitrocli/'/>
<updated>2020-01-25T04:36:34Z</updated>
<entry>
<title>Provide correct mutual exclusion between config set -o and -O options</title>
<updated>2020-01-25T04:36:34Z</updated>
<author>
<name>Daniel Mueller</name>
<email>deso@posteo.net</email>
</author>
<published>2020-01-25T04:36:34Z</published>
<link rel='alternate' type='text/html' href='https://git.ireas.org/mirrors/nitrocli/commit/?id=61b5aff7be250387ce8510138cae773ed3bd6577'/>
<id>urn:sha1:61b5aff7be250387ce8510138cae773ed3bd6577</id>
<content type='text'>
The -o/--otp-pin and -O/--no-otp-pin options to the config set command
are supposed to be mutually exclusive, with wrong usage detected by
structopt.
That is not the case currently, however, because the argument to
structopt's conflicts_with attribute is supposed to be the resulting
option and not the name of the variable capturing the result.
This change fixes the problem by changing the string accordingly.
</content>
</entry>
<entry>
<title>Add unit tests for the list command</title>
<updated>2020-01-14T19:19:11Z</updated>
<author>
<name>Robin Krahl</name>
<email>robin.krahl@ireas.org</email>
</author>
<published>2020-01-14T19:19:11Z</published>
<link rel='alternate' type='text/html' href='https://git.ireas.org/mirrors/nitrocli/commit/?id=86401187fc26b6f3a41cbd4cec463c4ffe50c32c'/>
<id>urn:sha1:86401187fc26b6f3a41cbd4cec463c4ffe50c32c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Bump nitrokey dependency to version 0.5.1</title>
<updated>2020-01-14T18:21:26Z</updated>
<author>
<name>Robin Krahl</name>
<email>robin.krahl@ireas.org</email>
</author>
<published>2020-01-14T18:21:26Z</published>
<link rel='alternate' type='text/html' href='https://git.ireas.org/mirrors/nitrocli/commit/?id=1df484fd699f88b6d7e23c09464294a7c26c7e00'/>
<id>urn:sha1:1df484fd699f88b6d7e23c09464294a7c26c7e00</id>
<content type='text'>
This change updates the version of the nitrokey crate that we use to
0.5.1. As part of that, it replaces occurrences of Storage::get_status
with Storage::get_storage_status as the method has been renamed.
</content>
</entry>
<entry>
<title>Replace argparse with structopt</title>
<updated>2020-01-07T15:15:38Z</updated>
<author>
<name>Robin Krahl</name>
<email>robin.krahl@ireas.org</email>
</author>
<published>2020-01-07T15:15:38Z</published>
<link rel='alternate' type='text/html' href='https://git.ireas.org/mirrors/nitrocli/commit/?id=c1f35ab538dbdf3002a6a9aa0932ada687160787'/>
<id>urn:sha1:c1f35ab538dbdf3002a6a9aa0932ada687160787</id>
<content type='text'>
This patch changes the argument handling code to use structopt instead
of argparse using the data structures we introduced in the last patch.
As part of that transition we replace the old Error::ArgparseError
variant with ClapError that stores a structopt::clap::Error.

Because of that replacement, the format of the help messages changed,
breaking some of the tests. Hence, this change adapts them accordingly.
Also clap currently prints the version output to stdout, so we ignore
the version_option test case for now.
</content>
</entry>
<entry>
<title>Move nitrocli source code into repository root</title>
<updated>2020-04-04T22:32:14Z</updated>
<author>
<name>Daniel Mueller</name>
<email>deso@posteo.net</email>
</author>
<published>2020-04-04T22:32:14Z</published>
<link rel='alternate' type='text/html' href='https://git.ireas.org/mirrors/nitrocli/commit/?id=681cc8882f7995407c33eb48730daaa901074460'/>
<id>urn:sha1:681cc8882f7995407c33eb48730daaa901074460</id>
<content type='text'>
Now that all vendored dependencies have been removed, this change moves
the program's source code from the nitrocli/ directory into the root of
the repository.
</content>
</entry>
</feed>
