Skip to content

Commit

Permalink
fixing error running from npx
Browse files Browse the repository at this point in the history
  • Loading branch information
gvkhna committed May 30, 2024
1 parent eacc80a commit 284c1f0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cli/cmd/analyze.go
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ func doAnalyzeCmd(cmd *cobra.Command, args []string) {
os.Exit(1)
}

initLogging()
// initLogging()

isCi, ciConfig, err := configureCi()

Expand Down
2 changes: 1 addition & 1 deletion cli/cmd/root.go
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ var rootCmd = &cobra.Command{
Short: "Docker/OCI Layer Browser",
Long: `Use warpdive-cli with https://warpdive.xyz to interactively browse and explore docker/OCI container images.`,
Args: cobra.MaximumNArgs(1),
Run: doAnalyzeCmd,
// Run: doAnalyzeCmd,
Example: `
# Build an image and push to warpdive.xyz
warpdive build .
Expand Down

0 comments on commit 284c1f0

Please sign in to comment.