refactor(get_command): spawn rustyline instance from main()
This commit is contained in:
parent
3d4ab2e2e4
commit
fe66326956
4 changed files with 19 additions and 16 deletions
10
notes.org
10
notes.org
|
|
@ -196,7 +196,15 @@ i will use rustyline, since it seems like the most feature-complete
|
|||
|
||||
** DONE do the impl
|
||||
|
||||
** TODO tweak it to make history work
|
||||
** TODO make history work
|
||||
|
||||
*** DONE have the rl instance be spawned from main
|
||||
|
||||
*** TODO figure out how to locate the app data directory on linux
|
||||
|
||||
*** TODO create our own app data directory
|
||||
|
||||
*** TODO load and save the history from a file in this directory
|
||||
|
||||
* TODO handle non-interactive input better
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue