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
->addOption('depth', null, InputOption::VALUE_OPTIONAL, 'Limit how many level of children to show', "-1")
38
+
->addOption('max_line_length', null, InputOption::VALUE_OPTIONAL, 'Limit the maximum characters per property', "120")
38
39
->addOption('ref-format', 'uuid', InputOption::VALUE_REQUIRED, 'Set the way references should be displayed when dumping reference properties - either "uuid" (default) or "path"')
39
40
->addArgument('identifier', InputArgument::OPTIONAL, 'Root path to dump', '/')
40
41
->setDescription('Dump subtrees of the content repository')
@@ -70,8 +71,9 @@ protected function execute(InputInterface $input, OutputInterface $output)
0 commit comments