diff options
author | Robin Krahl <robin.krahl@ireas.org> | 2020-09-10 13:34:46 +0200 |
---|---|---|
committer | Daniel Mueller <deso@posteo.net> | 2020-09-12 14:12:04 -0700 |
commit | 33918c32b8de4250c450f8d0b007019913c440a1 (patch) | |
tree | 2fb69aaa8456066de582c300de6f240c085a5ee5 /CHANGELOG.md | |
parent | ca737e96c7688cc214e9cb514b18861b4671651c (diff) | |
download | nitrocli-33918c32b8de4250c450f8d0b007019913c440a1.tar.gz nitrocli-33918c32b8de4250c450f8d0b007019913c440a1.tar.bz2 |
Add is_tty field to Context
This patch adds the is_tty field to the Context struct that indicates
whether stdout is a TTY. This allows us to use TTY features like moving
the cursor in our output.
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index ce3887c..2a7e46a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -17,6 +17,7 @@ Unreleased connect to - Added the `fill` command that fills the SD card of a Nitrokey Storage device with random data + - Added the `termion` dependency in version `1.5.5` - Added SD card usage information to the output of the `status` command for Storage devices - Bumped `structopt` dependency to `0.3.17` |