Skip to content

Commit

Permalink
cmd/mev-boost: add urfave as cli framework
Browse files Browse the repository at this point in the history
  • Loading branch information
MariusVanDerWijden committed Jul 13, 2024
1 parent 7a6469e commit d589f70
Show file tree
Hide file tree
Showing 8 changed files with 413 additions and 270 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ v:
.PHONY: build
build:
@go version
CGO_ENABLED=0 go build $(GO_BUILD_FLAGS) -o mev-boost
CGO_ENABLED=0 go build $(GO_BUILD_FLAGS) -o mev-boost ./cmd/mev-boost

.PHONY: build-testcli
build-testcli:
Expand Down
265 changes: 0 additions & 265 deletions cli/main.go

This file was deleted.

Loading

0 comments on commit d589f70

Please sign in to comment.