safe output to terminal for calckey inprogress and lookupkey
authorJoey Hess <joeyh@joeyh.name>
Wed, 12 Apr 2023 18:03:44 +0000 (14:03 -0400)
committerJoey Hess <joeyh@joeyh.name>
Wed, 12 Apr 2023 18:03:44 +0000 (14:03 -0400)
commit3346aa965923391aa608cd814c1b5b85e26a7454
tree2f26f952f5561e3a7276a85a0efeadce2b39d3b7
parenta576fc3b1272cfb1b015acb5e46712c992483fa9
safe output to terminal for calckey inprogress and lookupkey

These are quite low-level, but still there is no point in displaying
escape sequences that have been embedded in a key to the terminal.

I think these are the only remaining commands that didn't use safe
output, except for cases where git-annex is speaking a protocol to
itself.

Sponsored-by: Kevin Mueller on Patreon
CHANGELOG
Command/CalcKey.hs
Command/Inprogress.hs
Command/LookupKey.hs