Skip to content

Commit

Permalink
return option
Browse files Browse the repository at this point in the history
  • Loading branch information
iignatevich committed Oct 21, 2024
1 parent e8f0f32 commit b0c20ad
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions plugin.go
Original file line number Diff line number Diff line change
Expand Up @@ -54,16 +54,12 @@ func (p *Plugin) CobraAddCommands(rootCmd *cobra.Command) error {
// Don't show usage help on a runtime error.
cmd.SilenceUsage = true

if skipNotVersioned {
launchr.Term().Warning().Println("--skip-not-versioned option is deprecated, it will be used by default")
}

c, err := compose.CreateComposer(
p.wd,
compose.ComposerOptions{
Clean: clean,
WorkingDir: workingDir,
SkipNotVersioned: true,
SkipNotVersioned: skipNotVersioned,
ConflictsVerbosity: conflictsVerbosity,
Interactive: interactive,
},
Expand Down

0 comments on commit b0c20ad

Please sign in to comment.