Skip to content

Commit

Permalink
docs: autoupdate
Browse files Browse the repository at this point in the history
  • Loading branch information
MarvinJWendt committed Apr 15, 2023
1 parent 1b1a776 commit 064ddfe
Show file tree
Hide file tree
Showing 70 changed files with 189 additions and 63 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
@@ -1,6 +1,9 @@
<a name="unreleased"></a>
## [Unreleased]

### Features
- add optional mask to InteractiveTextInputPrinter


<a name="v0.12.58"></a>
## [v0.12.58] - 2023-04-03
Expand Down
24 changes: 24 additions & 0 deletions README.md
Expand Up @@ -1780,6 +1780,30 @@ func main() {

</details>

### interactive_textinput/password

![Animation](https://raw.githubusercontent.com/pterm/pterm/master/_examples/interactive_textinput/password/animation.svg)

<details>

<summary>SHOW SOURCE</summary>

```go
package main

import "github.com/pterm/pterm"

func main() {
result, _ := pterm.DefaultInteractiveTextInput.WithMask("*").Show("Enter your password")

logger := pterm.DefaultLogger
logger.Info("Password received", logger.Args("password", result))
}

```

</details>

### logger/custom-key-styles

![Animation](https://raw.githubusercontent.com/pterm/pterm/master/_examples/logger/custom-key-styles/animation.svg)
Expand Down
24 changes: 24 additions & 0 deletions _examples/README.md
Expand Up @@ -1657,6 +1657,30 @@ func main() {

</details>

### interactive_textinput/password

![Animation](https://raw.githubusercontent.com/pterm/pterm/master/_examples/interactive_textinput/password/animation.svg)

<details>

<summary>SHOW SOURCE</summary>

```go
package main

import "github.com/pterm/pterm"

func main() {
result, _ := pterm.DefaultInteractiveTextInput.WithMask("*").Show("Enter your password")

logger := pterm.DefaultLogger
logger.Info("Password received", logger.Args("password", result))
}

```

</details>

### logger/custom-key-styles

![Animation](https://raw.githubusercontent.com/pterm/pterm/master/_examples/logger/custom-key-styles/animation.svg)
Expand Down
2 changes: 1 addition & 1 deletion _examples/area/center/animation.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion _examples/area/default/animation.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion _examples/area/demo/animation.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion _examples/area/dynamic-chart/animation.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 064ddfe

Please sign in to comment.