Some code lives in the gui and the cli that should be separated into respective, reusable pieces.
An example could be the session creation. In the cli, I believe it checks if a session exists first, and it does in the gui as well. This could be moved to a shared place, such as commands/session.rs
Some code lives in the gui and the cli that should be separated into respective, reusable pieces.
An example could be the session creation. In the cli, I believe it checks if a session exists first, and it does in the gui as well. This could be moved to a shared place, such as
commands/session.rs