mirror of
https://github.com/fluencelabs/tendermint
synced 2025-06-28 20:21:47 +00:00
Expose address in keyinfo, add get command
This commit is contained in:
@ -84,7 +84,8 @@ func bindFlags(cmd *cobra.Command, args []string) error {
|
||||
|
||||
// If a config file is found, read it in.
|
||||
if err := viper.ReadInConfig(); err == nil {
|
||||
fmt.Println("Using config file:", viper.ConfigFileUsed())
|
||||
// stderr, so if we redirect output to json file, this doesn't appear
|
||||
fmt.Fprintln(os.Stderr, "Using config file:", viper.ConfigFileUsed())
|
||||
}
|
||||
|
||||
return validateFlags(cmd)
|
||||
|
Reference in New Issue
Block a user