mirror of
https://github.com/n3w/helpers-functions-cli.git
synced 2025-12-19 12:43:22 +00:00
Updated composer.json, README, and CHANGELOG for 1.1.4 release
This commit is contained in:
parent
3f07310dfe
commit
94801ba0e6
3 changed files with 9 additions and 4 deletions
|
|
@ -1,6 +1,6 @@
|
|||
# PHP Helpers: Command-line Functions
|
||||
|
||||
- Version: v1.1.3
|
||||
- Version: v1.1.4
|
||||
- Date: May 24 2019
|
||||
- [Release notes](https://github.com/pointybeard/helpers-functions-cli/blob/master/CHANGELOG.md)
|
||||
- [GitHub repository](https://github.com/pointybeard/helpers-functions-cli)
|
||||
|
|
@ -31,7 +31,7 @@ The following functions are provided:
|
|||
- `can_invoke_bash() : bool`
|
||||
- `is_su() : bool`
|
||||
- `usage(string $name, Cli\Input\InputCollection $collection) : string`
|
||||
- `manpage(string $name, string $version, string $description, string $example, Cli\Input\InputCollection $collection): string`
|
||||
- `manpage(string $name, string $version, string $description, Input\InputCollection $collection, $foregroundColour=Colour\Colour::FG_DEFAULT, $headingColour=Colour\Colour::FG_WHITE, array $additional=[]): string`
|
||||
- `get_window_size(): array`
|
||||
|
||||
Example usage:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue