You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Command/GenerateUuidCommand.php
+5-5Lines changed: 5 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -45,7 +45,7 @@ protected function configure(): void
45
45
newInputOption('namespace', null, InputOption::VALUE_REQUIRED, 'The UUID to use at the namespace for named-based UUIDs, predefined namespaces keywords "dns", "url", "oid" and "x500" are accepted'),
46
46
newInputOption('random-based', null, InputOption::VALUE_NONE, 'To generate a random-based UUID'),
47
47
newInputOption('count', 'c', InputOption::VALUE_REQUIRED, 'The number of UUID to generate', 1),
0 commit comments