eee
This commit is contained in:
@@ -10,6 +10,7 @@ use Kiri;
|
||||
use Symfony\Component\Console\Command\Command;
|
||||
use Symfony\Component\Console\Input\InputArgument;
|
||||
use Symfony\Component\Console\Input\InputInterface;
|
||||
use Symfony\Component\Console\Input\InputOption;
|
||||
use Symfony\Component\Console\Output\OutputInterface;
|
||||
|
||||
/**
|
||||
@@ -34,6 +35,7 @@ class GiiCommand extends Command
|
||||
->addOption('make', 'm', InputArgument::OPTIONAL)
|
||||
->addOption('table', 't', InputArgument::OPTIONAL)
|
||||
->addOption('database', 'd', InputArgument::OPTIONAL)
|
||||
->addOption('all-table', null, InputOption::VALUE_NONE, 'is run daemonize')
|
||||
->setDescription('php kiri.php sw:gii --table u_user --database users --make model');
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user