@@ -471,8 +471,9 @@ exports[`run() with --help arg prints the help message 1`] = `
471471 --no-title Do not print a default title
472472 --no-toc Do not print table of contents
473473 --toc-fields <list > Expand the table of contents for the listed types
474- (comma-separated) to link to fields within the type
475- e.g. --toc-fields "Query,Mutation,Subscription"
474+ (comma-separated) to link to fields within those types
475+ (e.g. --toc-fields "Query,Mutation,Subscription") or use
476+ the string "*" to link to fields for all types
476477 --prologue <string > Include custom Markdown after the title
477478 --epilogue <string > Include custom Markdown after everything else
478479 --heading-level <num > Heading level to begin at, useful if you are embedding the
@@ -510,8 +511,9 @@ exports[`run() with no args prints the help message 1`] = `
510511 --no-title Do not print a default title
511512 --no-toc Do not print table of contents
512513 --toc-fields <list > Expand the table of contents for the listed types
513- (comma-separated) to link to fields within the type
514- e.g. --toc-fields "Query,Mutation,Subscription"
514+ (comma-separated) to link to fields within those types
515+ (e.g. --toc-fields "Query,Mutation,Subscription") or use
516+ the string "*" to link to fields for all types
515517 --prologue <string > Include custom Markdown after the title
516518 --epilogue <string > Include custom Markdown after everything else
517519 --heading-level <num > Heading level to begin at, useful if you are embedding the
0 commit comments