cronvel / terminal-kit

Terminal utilities for node.js
MIT License
3.08k stars 198 forks source link

Set value for .inputField() #199

Closed LFrobeen closed 2 years ago

LFrobeen commented 2 years ago

First of all, many thanks for creating and maintaining this epic terminal library!

I'm working on a CLI application where I want to provide an initial value for an inputField. Is it possible to set the content of an inputField somehow?

Thanks in advance!

LFrobeen commented 2 years ago

I just realized that this feature actually exists. It's the default parameter. Sorry for the unnecessary ticket.