Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Change 'extract-releases' command to just 'extract', but leave the lo…
…nger name as an alias for the short one
  • Loading branch information
Geoffrey Broadwell committed Nov 19, 2012
1 parent b47060b commit 5268d41
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion bench
Expand Up @@ -74,8 +74,11 @@ multi MAIN ('fetch', *@components) {
}
}

#= Alias for 'extract'
multi MAIN ('extract-releases', *@components) { MAIN('extract', |@components) }

#= Extract historical releases from cloned components
multi MAIN ('extract-releases', *@components) {
multi MAIN ('extract', *@components) {
needs-setup('extract releases');

for explode-components(@components) -> $comp {
Expand Down

0 comments on commit 5268d41

Please sign in to comment.