Skip to content

Commit

Permalink
Refactoring
Browse files Browse the repository at this point in the history
  • Loading branch information
Yauhenikapl committed Feb 8, 2024
1 parent 8576d52 commit 42b0e8d
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,7 @@ public class AasToAspectCommand extends AbstractCommand {
@CommandLine.Option( names = { "--output-directory", "-d" }, description = "Output directory to write files to" )
private String outputPath = ".";

@CommandLine.Option( names = { "--submodel-template", "-s" },
description = "Select the submodel template(s) to include, as returned by the aas list command" )
@CommandLine.Option( names = { "--submodel-template", "-s" }, description = "Select the submodel template(s) to include, as returned by the aas list command" )
private List<Integer> selectedOptions = new ArrayList<>();

@CommandLine.Mixin
Expand Down

0 comments on commit 42b0e8d

Please sign in to comment.