Skip to content

Commit

Permalink
Remove duplicated command line arguments
Browse files Browse the repository at this point in the history
  • Loading branch information
Duhemm committed Feb 2, 2021
1 parent e8f5fc5 commit fe4bd89
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,6 @@ final case class PantsExportCommand(
@PositionalArguments()
pantsTargets: List[String] = List("3rdparty/jvm::"),
cwd: Option[Path] = None,
lint: Boolean = false,
cache: Option[Path] = None,
@Inline
save: ExportCommand = ExportCommand.default
) extends Command {
Expand All @@ -48,8 +46,6 @@ final case class PantsExportCommand(
save <-
save
.copy(
lint = lint,
cache = cache,
lintCommand = save.lintCommand.copy(
app = app
.withEnv(app.env.withWorkingDirectory(workingDirectory))
Expand Down

0 comments on commit fe4bd89

Please sign in to comment.