summaryrefslogtreecommitdiff
path: root/src/validate_value.ml
AgeCommit message (Collapse)Author
2021-12-04T4047: use full string match in the regex validatorDaniil Baturin
2021-06-13T3574: refactor for clarityJohn Estabrook
2021-06-08T3574: add support for --grp argumentJohn Estabrook
Add support for --grp argument, which joins the arguments following (up until the next --grp) with logical and; arguments preceding a group, and other groups following, are joined by logical or.
2021-04-18Consistent formatting in validate-value.mlDaniil Baturin
2021-02-18T2759: collect output from validators in a buffer and print it only if ↵Daniil Baturin
validation fails.
2020-06-19T1901: quote the value to avoid having the shell interpret anything as a ↵Daniil Baturin
part of the command.
2020-05-06Initial import.Daniil Baturin