As a developer I want to be able to use a command line interface that's specific to Stingray's domain so that I don't have to navigate through IEx and code to control my targets. However, I would like one of the commands to get me to IEx if I need to do advanced operations or scripting.
Acceptance Criteria
[ ] Connecting to Stingray results in a Stingray-specific CLI that only responds to Stingray commands (not Elixir code)
[ ] The iex command returns the developer to IEx
[ ] An IEx command like console or cli resumes the Stingray CLI
As a developer I want to be able to use a command line interface that's specific to Stingray's domain so that I don't have to navigate through IEx and code to control my targets. However, I would like one of the commands to get me to IEx if I need to do advanced operations or scripting.
Acceptance Criteria
iex
command returns the developer to IExconsole
orcli
resumes the Stingray CLI