Skip to content

Commit

Permalink
docs: add a note about hidden prompt on win os
Browse files Browse the repository at this point in the history
  • Loading branch information
adhocore committed Sep 16, 2019
1 parent 491d162 commit 43fe762
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -330,7 +330,7 @@ $interactor->greenBold("The name is: $name", true);

#### Prompt hidden

> Currently not supported in windows platform, but maybe supported in future.
> On windows platform, it may change the fontface which can be [fixed](https://superuser.com/a/757591).
```php
$passValidator = function ($pass) {
Expand Down

0 comments on commit 43fe762

Please sign in to comment.