Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var RootCmd = &cobra.Command{ Use: "gdupes DIRECTORY...", Short: "A multithreaded CLI tool for identifying duplicate files", Long: `gdupes is a multithreaded command-line tool for identifying duplicate files.`, RunE: func(cmd *cobra.Command, args []string) error { _, err := gdupes.Run(&config, args) return err }, }
RootCmd represents the base command when called without any subcommands
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.