Skip to content

Commit

Permalink
tmp
Browse files Browse the repository at this point in the history
  • Loading branch information
rsteube committed Oct 26, 2022
1 parent 8f483e8 commit 247e47b
Show file tree
Hide file tree
Showing 3 changed files with 347 additions and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/carapace/cmd/root.go
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ var rootCmd = &cobra.Command{
}
case "--scrape":
if len(args) > 1 {
//scrape(args[1])
scrape(args[1])
}
case "--style":
if len(args) > 1 {
Expand Down
Loading

0 comments on commit 247e47b

Please sign in to comment.