Skip to content

Commit b5f6488

Browse files
committed
MQE-1376: [SPIKE] Investigate Self-Documentation for MFTF
- Added output directory to end of command
1 parent 8691c9b commit b5f6488

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

src/Magento/FunctionalTestingFramework/Console/GenerateDocsCommand.php

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,5 +75,13 @@ protected function execute(InputInterface $input, OutputInterface $output)
7575
$docGenerator->createDocumentation($allActionGroups, $config, $clean);
7676

7777
$output->writeln("Generate Docs Command Run");
78+
79+
if (empty($config)) {
80+
$output->writeln("Output to ". DocGenerator::DEFAULT_OUTPUT_DIR);
81+
82+
} else {
83+
$output->writeln("Output to ". $config);
84+
85+
}
7886
}
7987
}

0 commit comments

Comments
 (0)