Skip to content

Commit c9d04c7

Browse files
committed
cli/command/formatter: touch-up godoc for ContainerContext.State()
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
1 parent d1c7619 commit c9d04c7

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

cli/command/formatter/container.go

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -218,7 +218,8 @@ func (c *ContainerContext) Ports() string {
218218
return DisplayablePorts(c.c.Ports)
219219
}
220220

221-
// State returns the container's current state (e.g. "running" or "paused")
221+
// State returns the container's current state (e.g. "running" or "paused").
222+
// Refer to [container.ContainerState] for possible states.
222223
func (c *ContainerContext) State() string {
223224
return c.c.State
224225
}

0 commit comments

Comments
 (0)