Skip to content

buric/Buric_Cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

Magento extension for styling command line output.

Check tests/test.php for usage examples.

Mage::helper('cli')->putError("Test error message");
Mage::helper('cli')->putWarning("Test warning message");
Mage::helper('cli')->putSuccess("Test success message");
Mage::helper('cli')->putNotice("Test notification message");
Mage::helper('cli')->puts("Custom styled message", array('underline', 'bg_light_magenta', 'bold'));

Example output:

Magento custom indexer

About

Magento extension for styling command line output

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages