Skip to content
This repository has been archived by the owner on Jun 3, 2024. It is now read-only.

Commit

Permalink
Improved cli docs.
Browse files Browse the repository at this point in the history
  • Loading branch information
roelvanhintum committed Jan 20, 2020
1 parent 0c1119c commit 2954649
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions src/console/controllers/DefaultController.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,13 @@
use yii\helpers\Console;

/**
* Default Command
*
* ./craft color-extractor/default
* Extracts colors from images.
*/
class DefaultController extends Controller
{
/**
* Exteracts colors from all images where missing.
*/
public function actionIndex()
{
echo "Extract image colors.\n";
Expand Down

0 comments on commit 2954649

Please sign in to comment.