ResponseSetOption includes a response Code. Closes #64"

This commit is contained in:
Ethan Buchman
2017-12-05 18:41:48 -05:00
parent fff8e963f8
commit 1b2c383205
8 changed files with 123 additions and 101 deletions

View File

@ -429,7 +429,8 @@ func cmdSetOption(cmd *cobra.Command, args []string) error {
return err
}
printResponse(cmd, args, response{
Log: res.Log,
Code: res.Code,
Log: res.Log,
})
return nil
}