We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2db6f05 commit da58440Copy full SHA for da58440
1 file changed
src/Command/F2ApiClientCommand.php
@@ -27,7 +27,7 @@ public function __invoke(
27
?string $arg = null,
28
#[Option(description: 'Show links.')]
29
bool $showLinks = false,
30
- #[Option(description: 'Path to to cache directory. If not specified, no requests will be cached.')]
+ #[Option(description: 'Path to to cache directory. If not specified, the default file system cache directory will be used.')]
31
?string $cacheDirectory = null,
32
): int {
33
$client = $this->createClient(cacheDirectory: $cacheDirectory);
0 commit comments