heapwolf / lev

The complete REPL & CLI for managing LevelDB instances.
MIT License
296 stars 36 forks source link

Missing 'cd' command #35

Closed jacobbubu closed 10 years ago

jacobbubu commented 10 years ago

Line 85 in lev.js

var allCommands = ['get', 'delr', 'limit', 'keys', 'start', 'end', 'tree'] should be

var allCommands = ['get', 'delr', 'limit', 'keys', 'start', 'end', 'tree', 'cd']

heapwolf commented 10 years ago

the master branch is dead, use TUI.