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
@click.option('--max-buffer-size', '-b', default=2048, help='max buffer size in megabytes (default 2048)')
330
333
@click.option('--max-token-size', '-t', default=500, help='max size of each token in megabytes (default 500, max 512)')
331
334
@click.option('--quote-minimal/--no-quote-minimal', '-q/-d', default=False, help='only quote those fields which contain special characters such as delimiter, quotechar or any of the characters in lineterminator')
335
+
@click.option('--skip-invalid-nodes', '-s', default=False, is_flag=True, help='ignore nodes that use previously defined IDs')
0 commit comments