From 3f50930dc06a980ac5dcf012fa23ecc0a70ce1b4 Mon Sep 17 00:00:00 2001 From: Aldo Cortesi Date: Wed, 31 Oct 2012 11:23:53 +1300 Subject: Use .freeze to implement the -e explain flags for pathod and pathoc. This now prints (in pathoc) or logs (in pathod) a frozen specification that includes an expanded record of all generated values and locations. --- pathoc | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'pathoc') diff --git a/pathoc b/pathoc index c9290587..96cb9f0a 100755 --- a/pathoc +++ b/pathoc @@ -33,7 +33,13 @@ if __name__ == "__main__": 'request', type=str, nargs="+", help='Request specification' ) - group = parser.add_argument_group('Controlling Output') + group = parser.add_argument_group( + 'Controlling Output', + """ + Some of these options expand generated values for logging - if + you're generating large data, use them with caution. + """ + ) group.add_argument( "-C", dest="ignorecodes", type=str, default="", help="Comma-separated list of response codes to ignore" -- cgit v1.2.3