Command concatenation support in viewer
This PR introduces Command concatenation support in viewer TUI:
Command string can be as follows:
> a app1; l debug
Command concatenation support in viewer: existing commands now can be concatenated in single command using semicolon ( ; )
Testing:
Unit Test cases are updated for these enhancements.
Conducted manual testing to validate the functionality of the new enhancements, ensuring backward compatibility.
Demo:
Hi @fhunleth , As requested, I have created a separate PR for the Command concatenation support in viewer TUI. Please provide your suggestions.
Hi @fhunleth,
This test failure appears to be happening randomly and only for one of the Elixir base images. The difference in assertion results suggests a potential issue with ANSI escape codes or encoding inconsistencies. Could you please retrigger the pipeline to see if this is a transient issue?