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
My use case is for packing files other than source code (project documentation, code guidelines, etc), but the text in the unsuppressable generationHeader has static references to "the codebase", which may mislead the reader of the file (especially since I'm lazy and just pass the directory name in argv instead of using --include, so the output says it's "the entire codebase").
Additionally, the --header-text config item adds its contents to the summary/usage guidelines section. When that section is suppressed with --no-file-summary, the custom --header-text is suppressed along with it.
Desired behavior:
--no-file-summary should suppress both the summary/usage guidelines section and the generationHeader
--header-text, if provided, should be included in the output, regardless of the --no-file-summary flag