doFolder.cli package

Module contents

Command Line Interface (CLI) module for doFolder.

This package provides the command-line interface components for the doFolder file system management tool. It includes subcommands for various operations like comparing directories and files.

Available CLI Functions:
  • compareCli: Command-line interface for folder/file comparison

  • mainCli: Main CLI dispatcher for all subcommands

Submodules

doFolder.cli.compare module

Define the CLI for doFolder.

Added in version 2.3.0.

doFolder.cli.hash module

CLI module for hash calculation functionality.

This module provides command-line interface for calculating hash values of files using various algorithms with support for progress tracking and parallel processing.

doFolder.cli.main module

Main CLI entry point for the doFolder package.

This module provides the unified command-line interface that routes to various subcommand implementations.

doFolder.cli.util module

Utility functions and constants for the doFolder CLI module.

This module provides common utilities used across different CLI components, including version information handling and argument parser configuration.