-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
resolve annoying incompatibility bug
- Loading branch information
Showing
3 changed files
with
3 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -14,7 +14,7 @@ func main() { | |
rootCmd := &cobra.Command{ | ||
Use: "hashit", | ||
Short: "hashit [FILE or DIRECTORY]", | ||
Long: "Hash It!\nBen Boyter <[email protected]>", | ||
Long: "Hash It!\nVersion " + processor.Version + "\nBen Boyter <[email protected]>", | ||
Version: processor.Version, | ||
Run: func(cmd *cobra.Command, args []string) { | ||
processor.DirFilePaths = args | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters