added -a switch

This commit is contained in:
2020-11-03 14:19:11 +01:00
parent 909f80f6ea
commit 69fb1458f9

View File

@ -72,5 +72,5 @@ Entries that are identical in both files will not be shown. Differences will be
### goto
Reads a csv file produced via [check](#check), and puts each stored non-NaN value into the respective PV. The command-line switches work identically to their [check](#check) counterparts.
Reads a csv file produced via [check](#check), and puts each stored non-NaN value into the respective PV. The command-line switches `-q`, `-s` and `-t` work identically to their [check](#check) counterparts. Additionally, there is a switch (`-a`/`--ignore-alarm`) that allows to ignore PVs (i.e., not put their values) that have been in an alarm state during the check.