UNPKG

appendable-cli-menu

Version:

Show a menu in the terminal were you can continuously append items

9 lines (6 loc) 176 B
'use strict' // for now just test that the code load and runs without throwing var menu = require('./') var foos = menu('foo', function () {}) foos.add('bar') process.exit()