Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
[![PHP from Packagist](https://img.shields.io/packagist/php-v/rayanlevert/command-line-interface)](https://packagist.org/packages/rayanlevert/command-line-interface)
[![codecov](https://codecov.io/gh/rayanlevert/command-line-interface/branch/main/graph/badge.svg)](https://codecov.io/gh/rayanlevert/command-line-interface)

> Version >= **3.0** supports only **php8.4** with all brand new features, for >= **php8.1**, version **2.0** is still supported.
> Version >= **3.0** supports only **php8.4** with all brand new features, for >= **php8.2**, version **2.0** is still supported.
### **RayanLevert\Cli\Arguments\Argument** defines what is an Argument
An argument has a name and different options and can only be of type `integer`, `double` ou `string` (if the option `noValue` is used, it will be `bool`)

Expand Down Expand Up @@ -200,4 +200,4 @@ foreach (range(1, 10) as $range) {
2 / 10 [## ]
...
10 / 10 [##########]
```
```
Loading