Open lolski opened 3 years ago
If we still need a way to escape an inner CLI without exiting completely, we can replace the boolean
that is passed around for success
with an Enum which will be more meaningful and easy to read
This issue may be overridden by this one: https://github.com/vaticle/typedb-console/issues/162
Make sure the style and terminology is consistent with TypeDB TypeDB is the reference implementation which we should adhere to.
Make the logic that parses the command terser and stricter, and with minimal boilerplate Please take a look at this Demonstrational PR on how much effort it takes to add relatively simple functionality. The parser is not strict and error prone, and it requires a lot of boilerplate. There are some nuances in how we should best approach the refactor, which we should discuss verbally.