Skip to content

Commit

Permalink
Do not show executed commands for ls
Browse files Browse the repository at this point in the history
  • Loading branch information
marcinhlybin committed Oct 15, 2024
1 parent be82dd5 commit 800da83
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cmd/list.go
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ func listAction(c *cli.Context) error {

reg, cfg := app.Registry, app.Config
logger.SetPrefix(cfg.ComposeProjectName)
logger.ShowExecutedCommands(false)

containers := c.Bool("containers") || isAliasUsed("ll")
includeStopped := !c.Bool("running")
Expand Down

0 comments on commit 800da83

Please sign in to comment.