Closed j9t closed 2 months ago
This update introduces a new "verbose" mode to the script, enhancing user feedback during execution by providing detailed logging of skipped files and directories. The walkDirectory
and main
functions have been modified to accept a verbose parameter, allowing users to activate this mode via command line options. Additionally, the package version has been incremented to reflect these enhancements.
File | Change Summary |
---|---|
README.md | Updated documentation to include new verbose mode option and minor phrasing adjustments. |
bin/obsohtml.js | Enhanced walkDirectory and main functions to support verbose logging; added checks for path length and symbolic links; updated command line options. |
bin/obsohtml.test.js | Modified test cases to invoke obsohtml.js with the new -v flag for verbose output. |
package.json | Incremented package version from "1.4.0" to "1.5.0" to indicate new release. |
Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media?
@coderabbitai review
Summary by CodeRabbit
New Features
-v
or--verbose
.Bug Fixes
Documentation
Chores