update: help of commands

This commit is contained in:
Emmanuel ROY 2021-02-10 13:56:18 +01:00
commit 128e34d292
5 changed files with 79 additions and 33 deletions

View file

@ -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()