Skip to content

Commit

Permalink
PR comments
Browse files Browse the repository at this point in the history
updated godoc
  • Loading branch information
kian99 committed Jan 30, 2024
1 parent 585d1fe commit a29877d
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions cmd/serviceaccounts/cmd/addserviceaccount.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2021 Canonical Ltd.
// Copyright 2024 Canonical Ltd.

package cmd

Expand Down Expand Up @@ -43,6 +43,7 @@ type addServiceAccountCommand struct {
clientID string
}

// Info implements Command.Info.
func (c *addServiceAccountCommand) Info() *cmd.Info {
return jujucmd.Info(&cmd.Info{
Name: "add",
Expand All @@ -51,7 +52,7 @@ func (c *addServiceAccountCommand) Info() *cmd.Info {
})
}

// SetFlags implements Command.SetFlags.
// SetFlags implements the cmd.Command interface.
func (c *addServiceAccountCommand) SetFlags(f *gnuflag.FlagSet) {
c.CommandBase.SetFlags(f)
c.out.AddFlags(f, "yaml", map[string]cmd.Formatter{
Expand Down

0 comments on commit a29877d

Please sign in to comment.