Skip to content

Commit f162bae

Browse files
committed
rename class name
1 parent cf2145f commit f162bae

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

src/IO/FixedInput.php renamed to src/IO/StrictInput.php

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,14 @@
99
namespace Inhere\Console\IO;
1010

1111
/**
12-
* Class FixedInput
12+
* Class StrictInput
13+
* - 严格按照定义解析
1314
* - 初始化时不全部解析,只取出 '-h' '--help' 还有命令名
1415
* - 到运行命令时根据命令的参数选项配置(InputDefinition)来进行解析
1516
* - @todo un-completed
1617
* @package Inhere\Console\IO
1718
*/
18-
class FixedInput extends Input
19+
class StrictInput extends Input
1920
{
2021
/**
2122
* the prepare parsed options.

0 commit comments

Comments
 (0)