update: help of commands
This commit is contained in:
parent
fd48ba3ce9
commit
128e34d292
5 changed files with 79 additions and 33 deletions
|
|
@ -6,7 +6,9 @@ class Action
|
|||
{
|
||||
public static function help()
|
||||
{
|
||||
print "explaination of the command\n\n";
|
||||
print "Cette commande permet de manipuler les actions du framework\n\n";
|
||||
print "Elle peut accepter les attributs suivants\n";
|
||||
print "\t- add : pour ajouter une action\n";
|
||||
}
|
||||
|
||||
public static function add()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue