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 Dec 7, 2021
1 parent e846829 commit dec43d6
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 dec43d6

Please sign in to comment.