Skip to content

Commit 9ae7fa1

Browse files
committed
Cleanup
Signed-off-by: Piotr Olaszewski <[email protected]>
1 parent baee81c commit 9ae7fa1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spring-shell-core/src/main/java/org/springframework/shell/core/command/DefaultCommand.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,13 +68,13 @@ public DefaultCommand(String command, InteractionMode interactionMode, @Nullable
6868
this.hidden = hidden;
6969
this.description = description;
7070
this.availability = availability;
71-
this.options = initOptions(optionSpecs);
7271
this.targetSpec = targetSpec;
7372
this.aliasSpecs = aliasSpecs;
7473
this.exitCodeSpec = exitCodeSpec;
7574
this.errorHandlingSpec = errorHandlingSpec;
7675
this.helpOptionsSpec = helpOptionsSpec;
7776
this.defaultOptionNameModifier = defaultOptionNameModifier;
77+
this.options = initOptions(optionSpecs);
7878
}
7979

8080
@Override

0 commit comments

Comments
 (0)