8 lines
253 B
Markdown
8 lines
253 B
Markdown
# Select Option
|
|
|
|
Creates a tui selector based off of input args.
|
|
`select_option a b c` will create a selector for a, b, c.
|
|
Navigate with F-keys, j/k, or arrow keys, then press enter on your selection.
|
|
This will print out the selected option to stdout.
|
|
|