2 Commits

Author SHA1 Message Date
Evan Hosinski 84f3becdf2 Fixed root.go branding 2025-05-22 10:47:10 -04:00
KrakenTech a2358d0714 Update Makefile 2025-05-21 09:26:35 -04:00
2 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -16,7 +16,7 @@ PLATFORMS=linux darwin windows
ARCHS=amd64 arm64 ARCHS=amd64 arm64
# Version info from git tag or default # Version info from git tag or default
VERSION=$(shell git describe --tags 2>/dev/null || echo "v1.3.1") VERSION=$(shell git describe --tags 2>/dev/null || echo "v1.3.3")
.PHONY: all clean build build-all .PHONY: all clean build build-all
+3 -3
View File
@@ -16,8 +16,8 @@ var (
// rootCmd is the base command for the CLI. // rootCmd is the base command for the CLI.
rootCmd = &cobra.Command{ rootCmd = &cobra.Command{
Use: "dehasher", Use: "crowsnest",
Short: `Dehasher is a cli tool for querying the dehashed api.`, Short: `CrowsNest is a cli tool for querying the common OSINT api's.`,
Long: fmt.Sprintf( Long: fmt.Sprintf(
"%s\n", "%s\n",
` `
@@ -94,7 +94,7 @@ var setHunterKeyCmd = &cobra.Command{
var setLocalDb = &cobra.Command{ var setLocalDb = &cobra.Command{
Use: "local-db [true|false]", Use: "local-db [true|false]",
Short: "Set dehasher to use a local database path instead of the default path", Short: "Set crowsnest to use a local database path instead of the default path",
Args: cobra.ExactArgs(1), Args: cobra.ExactArgs(1),
Run: func(cmd *cobra.Command, args []string) { Run: func(cmd *cobra.Command, args []string) {
var useLocalDatabase bool var useLocalDatabase bool