|
37 | 37 | * @license MIT
|
38 | 38 | *
|
39 | 39 | * @link https://github.com/adhocore/cli
|
| 40 | + * @method Writer bgBlack($text, $eol = false) |
| 41 | + * @method Writer bgBlue($text, $eol = false) |
| 42 | + * @method Writer bgCyan($text, $eol = false) |
| 43 | + * @method Writer bgGreen($text, $eol = false) |
| 44 | + * @method Writer bgPurple($text, $eol = false) |
| 45 | + * @method Writer bgRed($text, $eol = false) |
| 46 | + * @method Writer bgWhite($text, $eol = false) |
| 47 | + * @method Writer bgYellow($text, $eol = false) |
| 48 | + * @method Writer black($text, $eol = false) |
| 49 | + * @method Writer blackBgBlue($text, $eol = false) |
| 50 | + * @method Writer blackBgCyan($text, $eol = false) |
| 51 | + * @method Writer blackBgGreen($text, $eol = false) |
| 52 | + * @method Writer blackBgPurple($text, $eol = false) |
| 53 | + * @method Writer blackBgRed($text, $eol = false) |
| 54 | + * @method Writer blackBgWhite($text, $eol = false) |
| 55 | + * @method Writer blackBgYellow($text, $eol = false) |
| 56 | + * @method Writer blue($text, $eol = false) |
| 57 | + * @method Writer blueBgBlack($text, $eol = false) |
| 58 | + * @method Writer blueBgCyan($text, $eol = false) |
| 59 | + * @method Writer blueBgGreen($text, $eol = false) |
| 60 | + * @method Writer blueBgPurple($text, $eol = false) |
| 61 | + * @method Writer blueBgRed($text, $eol = false) |
| 62 | + * @method Writer blueBgWhite($text, $eol = false) |
| 63 | + * @method Writer blueBgYellow($text, $eol = false) |
| 64 | + * @method Writer bold($text, $eol = false) |
| 65 | + * @method Writer boldBlack($text, $eol = false) |
| 66 | + * @method Writer boldBlackBgBlue($text, $eol = false) |
| 67 | + * @method Writer boldBlackBgCyan($text, $eol = false) |
| 68 | + * @method Writer boldBlackBgGreen($text, $eol = false) |
| 69 | + * @method Writer boldBlackBgPurple($text, $eol = false) |
| 70 | + * @method Writer boldBlackBgRed($text, $eol = false) |
| 71 | + * @method Writer boldBlackBgWhite($text, $eol = false) |
| 72 | + * @method Writer boldBlackBgYellow($text, $eol = false) |
| 73 | + * @method Writer boldBlue($text, $eol = false) |
| 74 | + * @method Writer boldBlueBgBlack($text, $eol = false) |
| 75 | + * @method Writer boldBlueBgCyan($text, $eol = false) |
| 76 | + * @method Writer boldBlueBgGreen($text, $eol = false) |
| 77 | + * @method Writer boldBlueBgPurple($text, $eol = false) |
| 78 | + * @method Writer boldBlueBgRed($text, $eol = false) |
| 79 | + * @method Writer boldBlueBgWhite($text, $eol = false) |
| 80 | + * @method Writer boldBlueBgYellow($text, $eol = false) |
| 81 | + * @method Writer boldCyan($text, $eol = false) |
| 82 | + * @method Writer boldCyanBgBlack($text, $eol = false) |
| 83 | + * @method Writer boldCyanBgBlue($text, $eol = false) |
| 84 | + * @method Writer boldCyanBgGreen($text, $eol = false) |
| 85 | + * @method Writer boldCyanBgPurple($text, $eol = false) |
| 86 | + * @method Writer boldCyanBgRed($text, $eol = false) |
| 87 | + * @method Writer boldCyanBgWhite($text, $eol = false) |
| 88 | + * @method Writer boldCyanBgYellow($text, $eol = false) |
| 89 | + * @method Writer boldGreen($text, $eol = false) |
| 90 | + * @method Writer boldGreenBgBlack($text, $eol = false) |
| 91 | + * @method Writer boldGreenBgBlue($text, $eol = false) |
| 92 | + * @method Writer boldGreenBgCyan($text, $eol = false) |
| 93 | + * @method Writer boldGreenBgPurple($text, $eol = false) |
| 94 | + * @method Writer boldGreenBgRed($text, $eol = false) |
| 95 | + * @method Writer boldGreenBgWhite($text, $eol = false) |
| 96 | + * @method Writer boldGreenBgYellow($text, $eol = false) |
| 97 | + * @method Writer boldPurple($text, $eol = false) |
| 98 | + * @method Writer boldPurpleBgBlack($text, $eol = false) |
| 99 | + * @method Writer boldPurpleBgBlue($text, $eol = false) |
| 100 | + * @method Writer boldPurpleBgCyan($text, $eol = false) |
| 101 | + * @method Writer boldPurpleBgGreen($text, $eol = false) |
| 102 | + * @method Writer boldPurpleBgRed($text, $eol = false) |
| 103 | + * @method Writer boldPurpleBgWhite($text, $eol = false) |
| 104 | + * @method Writer boldPurpleBgYellow($text, $eol = false) |
| 105 | + * @method Writer boldRed($text, $eol = false) |
| 106 | + * @method Writer boldRedBgBlack($text, $eol = false) |
| 107 | + * @method Writer boldRedBgBlue($text, $eol = false) |
| 108 | + * @method Writer boldRedBgCyan($text, $eol = false) |
| 109 | + * @method Writer boldRedBgGreen($text, $eol = false) |
| 110 | + * @method Writer boldRedBgPurple($text, $eol = false) |
| 111 | + * @method Writer boldRedBgWhite($text, $eol = false) |
| 112 | + * @method Writer boldRedBgYellow($text, $eol = false) |
| 113 | + * @method Writer boldWhite($text, $eol = false) |
| 114 | + * @method Writer boldWhiteBgBlack($text, $eol = false) |
| 115 | + * @method Writer boldWhiteBgBlue($text, $eol = false) |
| 116 | + * @method Writer boldWhiteBgCyan($text, $eol = false) |
| 117 | + * @method Writer boldWhiteBgGreen($text, $eol = false) |
| 118 | + * @method Writer boldWhiteBgPurple($text, $eol = false) |
| 119 | + * @method Writer boldWhiteBgRed($text, $eol = false) |
| 120 | + * @method Writer boldWhiteBgYellow($text, $eol = false) |
| 121 | + * @method Writer boldYellow($text, $eol = false) |
| 122 | + * @method Writer boldYellowBgBlack($text, $eol = false) |
| 123 | + * @method Writer boldYellowBgBlue($text, $eol = false) |
| 124 | + * @method Writer boldYellowBgCyan($text, $eol = false) |
| 125 | + * @method Writer boldYellowBgGreen($text, $eol = false) |
| 126 | + * @method Writer boldYellowBgPurple($text, $eol = false) |
| 127 | + * @method Writer boldYellowBgRed($text, $eol = false) |
| 128 | + * @method Writer boldYellowBgWhite($text, $eol = false) |
| 129 | + * @method Writer colors($text) |
| 130 | + * @method Writer comment($text, $eol = false) |
| 131 | + * @method Writer cyan($text, $eol = false) |
| 132 | + * @method Writer cyanBgBlack($text, $eol = false) |
| 133 | + * @method Writer cyanBgBlue($text, $eol = false) |
| 134 | + * @method Writer cyanBgGreen($text, $eol = false) |
| 135 | + * @method Writer cyanBgPurple($text, $eol = false) |
| 136 | + * @method Writer cyanBgRed($text, $eol = false) |
| 137 | + * @method Writer cyanBgWhite($text, $eol = false) |
| 138 | + * @method Writer cyanBgYellow($text, $eol = false) |
| 139 | + * @method Writer error($text, $eol = false) |
| 140 | + * @method Writer green($text, $eol = false) |
| 141 | + * @method Writer greenBgBlack($text, $eol = false) |
| 142 | + * @method Writer greenBgBlue($text, $eol = false) |
| 143 | + * @method Writer greenBgCyan($text, $eol = false) |
| 144 | + * @method Writer greenBgPurple($text, $eol = false) |
| 145 | + * @method Writer greenBgRed($text, $eol = false) |
| 146 | + * @method Writer greenBgWhite($text, $eol = false) |
| 147 | + * @method Writer greenBgYellow($text, $eol = false) |
| 148 | + * @method Writer info($text, $eol = false) |
| 149 | + * @method Writer ok($text, $eol = false) |
| 150 | + * @method Writer purple($text, $eol = false) |
| 151 | + * @method Writer purpleBgBlack($text, $eol = false) |
| 152 | + * @method Writer purpleBgBlue($text, $eol = false) |
| 153 | + * @method Writer purpleBgCyan($text, $eol = false) |
| 154 | + * @method Writer purpleBgGreen($text, $eol = false) |
| 155 | + * @method Writer purpleBgRed($text, $eol = false) |
| 156 | + * @method Writer purpleBgWhite($text, $eol = false) |
| 157 | + * @method Writer purpleBgYellow($text, $eol = false) |
| 158 | + * @method Writer red($text, $eol = false) |
| 159 | + * @method Writer redBgBlack($text, $eol = false) |
| 160 | + * @method Writer redBgBlue($text, $eol = false) |
| 161 | + * @method Writer redBgCyan($text, $eol = false) |
| 162 | + * @method Writer redBgGreen($text, $eol = false) |
| 163 | + * @method Writer redBgPurple($text, $eol = false) |
| 164 | + * @method Writer redBgWhite($text, $eol = false) |
| 165 | + * @method Writer redBgYellow($text, $eol = false) |
| 166 | + * @method Writer warn($text, $eol = false) |
| 167 | + * @method Writer white($text, $eol = false) |
| 168 | + * @method Writer yellow($text, $eol = false) |
| 169 | + * @method Writer yellowBgBlack($text, $eol = false) |
| 170 | + * @method Writer yellowBgBlue($text, $eol = false) |
| 171 | + * @method Writer yellowBgCyan($text, $eol = false) |
| 172 | + * @method Writer yellowBgGreen($text, $eol = false) |
| 173 | + * @method Writer yellowBgPurple($text, $eol = false) |
| 174 | + * @method Writer yellowBgRed($text, $eol = false) |
| 175 | + * @method Writer yellowBgWhite($text, $eol = false) |
40 | 176 | */
|
41 | 177 | class Interactor
|
42 | 178 | {
|
|
0 commit comments