mirror of
https://github.com/google/nomulus
synced 2026-04-26 11:10:48 +00:00
make transitionId a required parameter (#1083)
This commit is contained in:
@@ -43,6 +43,7 @@ public class SetDatabaseTransitionScheduleCommand extends MutatingCommand {
|
||||
|
||||
@Parameter(
|
||||
names = "--transition_id",
|
||||
required = true,
|
||||
description = "Transition id string for the schedule being updated")
|
||||
private TransitionId transitionId;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user