Skip to content

Commit f1d35ce

Browse files
committed
update demo description. add changelog file
1 parent 1e5c063 commit f1d35ce

File tree

2 files changed

+46
-1
lines changed

2 files changed

+46
-1
lines changed

CHANGELOG.md

Lines changed: 45 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,45 @@
1+
# CHANGELOG
2+
3+
## v2.3.1
4+
5+
- fixed for alone command description message dispaly on use `-h`
6+
- add global options for a method help info
7+
- method annotation format update
8+
- complete phar package tool. add a example controller for pack phar
9+
- you can run: `php examples/app phar:pack` to see demo
10+
11+
12+
## v2.3.0
13+
14+
- move Style to Components dir
15+
- move some demo files and tool class to `inhere/console-components`
16+
17+
## v2.2.5
18+
19+
- add a profiler tool class
20+
- add new show method: `pointing`, `tree`, `splitLine`
21+
- some update for params parse. add 'arrayValues' option
22+
- add new method `writeStyle()` for output message
23+
24+
## v2.2.4
25+
26+
- add console code Highlighter tool, from 'jakub-onderka/php-console-highlighter'
27+
- complete a simple template generator, add a new input class
28+
- update readme
29+
30+
## v2.2.3
31+
32+
- simple ascii font display
33+
- add a simple process util
34+
- annotation var support in others tag: `options`, `arguments`
35+
- add new notify message method: `Show::spinner()` `Show::pending()`
36+
- add new screenshots images, other update ...
37+
38+
## v2.2.2
39+
40+
- some modify for user interactive method. bug fixed for `write()` need quit
41+
- new feature: alias support for command(app command alias and controller command alias)
42+
- add new interactive : `multi` `select`
43+
- Update README.md
44+
45+
## ....

examples/Commands/DemoCommand.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
class DemoCommand extends Command
2020
{
2121
protected static $name = 'demo';
22-
protected static $description = 'this is a demo independent command. but config use configure(), it like symfony console: argument define by position';
22+
protected static $description = 'this is a demo alone command. but config use configure(), like symfony console: argument define by position';
2323

2424
/**
2525
* {@inheritDoc}

0 commit comments

Comments
 (0)