Conversation
|
You have reached your Codex usage limits for code reviews. You can see your limits in the Codex usage dashboard. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Why this takes priority over more promotional copy
Source inspection found three mismatches between documented CLI examples and
tool.py:main()requiresPath.exists()before callingprocess_file(), so normal-stdin invocation is rejected even thoughprocess_file()contains a stdin branch.--stdoutprints progress, separators and final statistics to the same stream as cleaned text.Changes
--dry-runon an existing file.README.md,docs/wiki/Home.mdanddocs/wiki/Usage.mdso source documentation does not repeat contradictory recipes.Verification
Read the current
tool.pyPDF/DOCX/text readers and the completeprocess_fileI/O, backup, logging and main-dispatch sections; read the repository's contribution guide and all three changed documentation files. Examples use existing flags and filenames rather than claiming new support. No application code, cleaning policy, dependency or release configuration is changed.Not a runtime fix. No Python CLI suite, browser suite, actual document conversion or installed Homebrew artifact was executed/verified in this environment. The separate GitHub Wiki repository is not modified by editing its source copies here.
Follow-up functional acceptance
A separate tested CLI change should prove: stdin text reaches processing; PDF bytes are not implicitly treated as text; stdout contains only the intended payload; DOCX/PDF originals cannot be overwritten accidentally; and dry-run/backup/undo behavior remains correct. This documentation PR deliberately does not claim those defects are fixed.
No merge, deployment, wiki publication or auto-merge is requested.