doFolder.scripts module¶
Script entry points for the doFolder package.
This module provides the main entry points for executing doFolder commands from the command line or programmatically.
- doFolder.scripts.doCompare()¶
Entry point for the folder comparison functionality.
This function serves as the entry point for the do-compare command, which allows users to compare two filesystem items (files or directories).
- doFolder.scripts.doFolder()¶
Main entry point for the doFolder CLI application.
This is the primary entry point that handles all doFolder subcommands. It routes to the appropriate subcommand handler based on user input.
- doFolder.scripts.doHash()¶
Entry point for hash calculation CLI command.
- doFolder.scripts.main()¶
the __main__ entry point for the doFolder CLI application.