1
0
Fork 0
mirror of https://github.com/Oreolek/kohana-migrations.git synced 2024-07-02 22:55:03 +03:00
kohana-migrations/views/minion/help/list.php

18 lines
325 B
PHP
Raw Normal View History

2010-12-24 17:52:03 +02:00
Minion is a cli tool for performing tasks
Usage
php index.php --uri=minion/{task}
Where {task} is one of the following:
<?php foreach($tasks as $task): ?>
* <?php echo $task; ?>
<?php endforeach; ?>
For more information on what a task does and usage details execute
php index.php --uri=minion/help/{task}