Commit graph

6 commits

Author SHA1 Message Date
431f0ff666
refactor: implemented requested changes
* makes use of `directories` instead of `home`
* use `anyhow::Result` instead of more verbose `Result<_, anyhow::Error>`
* removes redundant match statement
* removes NO_COLOR logic, already handled by `console` library
2023-08-14 16:14:06 +05:30
7b26349684
fix: remove unneeded imports as per lint 2023-08-07 12:39:57 +05:30
87cca0f04b
refactor: move REPL logic to separate module 2023-08-07 12:28:55 +05:30
09050be633
feat: store history & allow for history traversing 2023-08-06 23:22:27 +05:30
bd594e6f07
feat(repl): initial implementation 2023-08-06 16:18:37 +05:30
Filip Tibell
689994552f
Goodbye monorepo, hello monolith 2023-07-20 09:47:00 +02:00
Renamed from packages/cli/src/cli.rs (Browse further)