Skip to content

Commit

Permalink
Merge pull request #1671 from fahedouch/support-interspersed-args
Browse files Browse the repository at this point in the history
SetInterspersed(false) for compose run
  • Loading branch information
AkihiroSuda committed Dec 20, 2022
2 parents 282f545 + 181e5a3 commit 49c0e57
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cmd/nerdctl/compose_run.go
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ func newComposeRunCommand() *cobra.Command {
SilenceErrors: true,
DisableFlagsInUseLine: true,
}
composeRunCommand.Flags().SetInterspersed(false)
composeRunCommand.Flags().BoolP("detach", "d", false, "Detached mode: Run containers in the background")
composeRunCommand.Flags().Bool("no-build", false, "Don't build an image, even if it's missing.")
composeRunCommand.Flags().Bool("no-color", false, "Produce monochrome output")
Expand Down

0 comments on commit 49c0e57

Please sign in to comment.