Exemple #1
0
// Run makes the HTTP request corresponding to the ShowAccountCommand command.
func (cmd *ShowAccountCommand) Run(c *client.Client) (*http.Response, error) {
	return c.ShowAccount(cmd.Path)
}