Skip to content

Commit

Permalink
Add BOOST_REPO env var (#629)
Browse files Browse the repository at this point in the history
* Add BOOST_REPO env var

env vars are handy.

* renamed the env var to BOOST_CLIENT_REPO

seems more clear like that
  • Loading branch information
Patrick authored Jul 5, 2022
1 parent 5d6293f commit 81d422b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cmd/cmd.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ var FlagRepo = &cli.StringFlag{
Name: "repo",
Usage: "repo directory for Boost client",
Value: "~/.boost-client",
EnvVars: []string{"BOOST_CLIENT_REPO"},
}

var FlagJson = &cli.BoolFlag{
Expand Down

0 comments on commit 81d422b

Please sign in to comment.