-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
commands: client/server - refactor maddr+log flags
The `-api-server` flag no longer uses a magic type to distinguish default values. Instead, client+server code will check if the flag was left unset, and provides a default value if so. The `-verbose` flag is no longer shared through embedding. It is still present in client and server commands, but the implementations initialize optional values (like `log` interfaces) at parse time rather at execution time.
- Loading branch information
Showing
8 changed files
with
141 additions
and
165 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.