Releases: phpdevcommunity/php-console
Releases · phpdevcommunity/php-console
Fix terminal width detection: fallback to 85 if $TERM is undefined and suppress tput warnings
Fix terminal width detection: fallback to 85 if $TERM is undefined and suppress tput warnings
Latest
1.0.5 Fix terminal width detection: fallback to 85 if xterm-256color is und…
support for partially typed commands (e.g. c:c) and added verbose mode
1.0.4 support for partially typed commands (e.g. c:c) and added verbose mode
fix bug default argument value
1.0.3 fix bug default argument value
support prefixed command execution
1.0.2 can execute any command with prefix
Fix auto size table output
1.0.1 remove version from composer.json
initial commit for PHP Console v1
- Added base architecture for the console package.
- Implemented CommandRunner and CommandParser.
- Provided Output and ConsoleOutput classes for handling CLI output.
- Introduced support for arguments and options with CommandArgument and CommandOption.
- Created sample UserReportCommand demonstrating all output features.
- Added basic installation and usage documentation in the README.