Skip to content

Commit

Permalink
Complete supported formats for archive command #10087
Browse files Browse the repository at this point in the history
  • Loading branch information
GromNaN committed Jan 3, 2022
1 parent cec6e62 commit 6da2d34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Composer/Command/ArchiveCommand.php
Expand Up @@ -47,7 +47,7 @@ public function complete(CompletionInput $input, CompletionSuggestions $suggesti
}

if ($input->mustSuggestOptionValuesFor('format')) {
$suggestions->suggestValues(array('tar', 'zip'));
$suggestions->suggestValues(array('tar', 'tar.gz', 'tar.bz2', 'zip'));
}
}

Expand Down

0 comments on commit 6da2d34

Please sign in to comment.