mirror of
https://github.com/daylinmorgan/hwylterm.git
synced 2025-02-22 17:25:51 -06:00
echo selected for consumption
This commit is contained in:
parent
8d5c9bf9e4
commit
2b1c7b607e
1 changed files with 2 additions and 2 deletions
|
@ -158,8 +158,8 @@ when isMainModule:
|
|||
else:
|
||||
items = args
|
||||
|
||||
let item = choose(items)
|
||||
echo "selected: ", item
|
||||
let selected= choose(items)
|
||||
echo selected.join("\n")
|
||||
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue