octolab / config

🎛 Configuration toolkit.
https://go.octolab.org/toolkit/config
MIT License
0 stars 0 forks source link

input: Secret type support #8

Open kamilsk opened 2 years ago

kamilsk commented 2 years ago

Motivation: there is no way to define this type of value.

Example

PoC

set := command.PersistentFlags()
set.Secret("token", "", "personal access token")