Documentation
¶
Overview ¶
Package cmd provides the command-line interface commands for the doppel duplicate file finder.
This package implements the CLI commands using the urfave/cli framework, including
- find: The main command for finding duplicate files with extensive filtering options
- preset: Command for using predefined filter configurations for common scenarios
Each command supports various flags for controlling worker threads, output formats, filtering criteria, and other operational parameters.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func FindCommand ¶
func FindCommand(cfg *config.FindConfig) *cli.Command
FindCommand returns the find command configuration.
func PresetCommand ¶
func PresetCommand(cfg *config.PresetConfig) *cli.Command
PresetCommand returns the preset command configuration.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.