You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
parser.add_argument('--testyelp', help='Run yelp test cases and exit.', action='store_true')
719
718
parser.add_argument('--log', help='Print SQL before and after.', action='store_true')
720
719
parser.add_argument('--fields', help='The tables and fields for these queries.', required=True)
721
-
parser.add_argument('--skip', help='Functions that should not be applied (choices are [add_semicolon, standardise_blank_spaces, capitalise, standardise_aliases, order_query]).')
720
+
parser.add_argument('--skip', help='Functions that should not be applied (choices are [standardise_blank_spaces, capitalise, standardise_aliases, order_query]).')
722
721
parser.add_argument('--overwrite', help='Replace the file rather than creating a new one.', action='store_true')
723
722
parser.add_argument('--nonjson', help='The files contain "Sentence ||| SQL" rather than json.', action='store_true')
0 commit comments