Warning: "continue" targeting switch is equivalent to "break". Did you mean to use "continue 2"? in /home/drycleanusa2/public_html/vendor/zendframework/zendframework1/library/Zend/Reflection/File.php on line 358
Warning: "continue" targeting switch is equivalent to "break". Did you mean to use "continue 2"? in /home/drycleanusa2/public_html/vendor/zendframework/zendframework1/library/Zend/Reflection/File.php on line 369
Warning: "continue" targeting switch is equivalent to "break". Did you mean to use "continue 2"? in /home/drycleanusa2/public_html/vendor/zendframework/zendframework1/library/Zend/Reflection/File.php on line 377
[1;37m[41m An Error Has Occurred [m
[37m[41m An action and provider is required. [m
[1;37mZend Framework[m Command Line Console Tool v1.12.20
[32mUsage:[m
[36mzf[m [--global-opts][36m action-name[m [--action-opts][36m provider-name[m [--provider-opts] [provider parameters ...]
[33m Note: You may use "?" in any place of the above usage string to ask for more specific help information.[m
[33m Example: "zf ? version" will list all available actions for the version provider.[m
[32mProviders and their actions:[m
Version
[36m zf show version[m mode[=mini] name-included[=1]
[33m Note: There are specialties, use [m[36mzf show version.?[m[33m to get specific help on them.[m
Config
[36m zf create config[m
[36m zf show config[m
[36m zf enable config[m
[33m Note: There are specialties, use [m[36mzf enable config.?[m[33m to get specific help on them.[m
[36m zf disable config[m
[33m Note: There are specialties, use [m[36mzf disable config.?[m[33m to get specific help on them.[m
Phpinfo
[36m zf show phpinfo[m
Manifest
[36m zf show manifest[m
Profile
[36m zf show profile[m
Project
[36m zf create project[m path name-of-profile file-of-profile
[36m zf show project[m
[33m Note: There are specialties, use [m[36mzf show project.?[m[33m to get specific help on them.[m
Application
[36m zf change application[m[36m.class-name-prefix[m class-name-prefix
Model
[36m zf create model[m name module
View
[36m zf create view[m controller-name action-name-or-simple-name module
Controller
[36m zf create controller[m name index-action-included[=1] module
Action
[36m zf create action[m name controller-name[=Index] view-included[=1] module
Module
[36m zf create module[m name
Form
[36m zf enable form[m module
[36m zf create form[m name module
Layout
[36m zf enable layout[m
[36m zf disable layout[m
DbAdapter
[36m zf configure db-adapter[m dsn section-name[=production]
DbTable
[36m zf create db-table[m name actual-table-name module force-overwrite
[33m Note: There are specialties, use [m[36mzf create db-table.?[m[33m to get specific help on them.[m
ProjectProvider
[36m zf create project-provider[m name actions