Skip to content

Commit

Permalink
Merge pull request #10 from conduktor/rename-dto-v
Browse files Browse the repository at this point in the history
Rename -d to -v
  • Loading branch information
strokyl authored Feb 26, 2024
2 parents 1b7e8ec + 2e3ec9a commit f991acf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cmd/root.go
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,5 @@ func Execute() {
}

func init() {
debug = rootCmd.PersistentFlags().BoolP("debug", "d", false, "Show rest query")
debug = rootCmd.PersistentFlags().BoolP("verbose", "v", false, "Show more information for debugging")
}
2 changes: 1 addition & 1 deletion test_final_exec.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ main() {
sleep 1
docker compose -f docker/docker-compose.yml run conduktor apply -f /test_resource.yml
docker compose -f docker/docker-compose.yml run conduktor get Topic yolo
docker compose -f docker/docker-compose.yml run conduktor delete Topic yolo -d
docker compose -f docker/docker-compose.yml run conduktor delete Topic yolo -v
}

main "$@"

0 comments on commit f991acf

Please sign in to comment.