#65 - Command build distribute is now build-distribute so that it can be properly executed.
This commit is contained in:
@@ -88,7 +88,7 @@ class BuildCommands extends TimedCommand {
|
|||||||
/**
|
/**
|
||||||
* @param iteration must not be {@literal null}.
|
* @param iteration must not be {@literal null}.
|
||||||
*/
|
*/
|
||||||
@CliCommand("build distribute")
|
@CliCommand("build-distribute")
|
||||||
public void buildDistribute(@CliOption(key = "", mandatory = true) TrainIteration iteration) {
|
public void buildDistribute(@CliOption(key = "", mandatory = true) TrainIteration iteration) {
|
||||||
|
|
||||||
Assert.notNull(iteration, "Train iteration must not be null!");
|
Assert.notNull(iteration, "Train iteration must not be null!");
|
||||||
|
|||||||
Reference in New Issue
Block a user