Skip to content

Commit

Permalink
improved list themes
Browse files Browse the repository at this point in the history
  • Loading branch information
iMokhles committed May 27, 2019
1 parent f22cb8c commit 8efc575
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 14 deletions.
24 changes: 11 additions & 13 deletions .idea/workspace.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 3 additions & 1 deletion src/Command/MultiAuthListThemes.php
Original file line number Diff line number Diff line change
Expand Up @@ -45,13 +45,15 @@ public function handle()
$this->progressBar->start();

$this->line(" Listing supported themes. Please wait...");
$this->progressBar->advance();

foreach ($themes as $theme => $link) {
$this->line(" THEME_NAME: $theme\nTHEME_LINK: $link\n");
$this->progressBar->advance();
}

$this->progressBar->finish();

$this->info(" Finished listed themes.");
return true;
}

Expand Down

0 comments on commit 8efc575

Please sign in to comment.