-
Notifications
You must be signed in to change notification settings - Fork 17
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Improvements: - make relevant options boolean flags rather than true/false strings - make relevant options ints rather than strings - simplify implementation of cobra + viper cli > env var > config file > default val priority - better example `~/.wander.yaml` in README Breaking changes: - fully remove `wander_addr` and `wander_token` options, replacing with `nomad_addr` and `nomad_token` - cli option boolean usage like `--compact-header true` must be replaced with `--compact-header=true` or just `--compact-header`
- Loading branch information
1 parent
0d925c0
commit ccf1712
Showing
5 changed files
with
372 additions
and
380 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.