We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b92c50e commit 43b140eCopy full SHA for 43b140e
cmd/root.go
@@ -17,8 +17,9 @@ var multimediaOnly bool
17
18
// rootCmd represents the base command when called without any subcommands
19
var rootCmd = &cobra.Command{
20
- Use: "sort-it [source folder] [destination folder]",
21
- Short: "Sort your unorganized files with one command.",
+ Use: "sort-it [source folder] [destination folder]",
+ Version: "1.0.0",
22
+ Short: "Sort your unorganized files with one command.",
23
Long: `Sort your unorganized files with sort-it using only one command. This utility
24
is able to find duplicates, sort multimedia files like photos, videos, and
25
audio and also to create summary files in json as well as html where all
0 commit comments