This commit is contained in:
magibney@908c3d4677b9e87e203538d4d5e8c296255749a0 2016-07-07 13:31:44 +00:00 committed by admin
parent 328ec9b75d
commit 1133564ce1

View file

@ -0,0 +1,3 @@
For batch mode of `checkpresentkey`, it could be useful to have the option of outputting the key in a second (space- or tab-delimited?) column in addition to the `0/1` status indicator for that key; this could be useful for reporting, error recovery, or further key-specific action based on output. Presently it seems the only way to accomplish this would be to independently track corresponding input and output line indices, or externally join input and output (e.g., via the *nix `paste` command).
Thank you!