improve node stop output

pull/7973/head
Sharif Elgamal 2020-05-11 21:59:03 -07:00
parent 335379dc59
commit 562fd5b2df
1 changed files with 2 additions and 0 deletions

View File

@ -49,6 +49,8 @@ var nodeStopCmd = &cobra.Command{
if err != nil {
out.FatalT("Failed to stop node {{.name}}", out.V{"name": name})
}
out.T(out.Stopped, "Successfully stopped node {{.name}}", out.V{"name": name})
},
}