1
0
Fork 0
mirror of https://github.com/eosswedenorg/thalos synced 2026-06-16 04:24:56 +02:00

switch github.com/pborman/getopt to github.com/urfave/cli for handling cli flags

This commit is contained in:
Henrik Hautakoski 2024-02-10 18:52:14 +01:00
parent f99bbec5ff
commit 655dd730d7
5 changed files with 422 additions and 369 deletions

View file

@ -13,7 +13,7 @@ CFGDIR=$(PREFIX)/etc/thalos
build: build/$(PROGRAM)
build/$(PROGRAM) :
$(GO) build $(GOBUILDFLAGS) -o $@ cmd/thalos/main.go
$(GO) build $(GOBUILDFLAGS) -o $@ cmd/thalos/main.go cmd/thalos/server.go
tools : build/thalos-tools