Re: [PATCH v4 1/5] dts: fix InteractiveShell command prompt filtering

2024-06-06 Thread Jeremy Spewock
On Thu, Jun 6, 2024 at 5:17 AM Luca Vizzarro wrote: > > When sending a command using an instance of InteractiveShell the output > should filter out the trailing shell prompt when returning it. After > every command two shell prompts are summoned. One is consumed as it is > used as a delimiter for

[PATCH v4 1/5] dts: fix InteractiveShell command prompt filtering

2024-06-06 Thread Luca Vizzarro
When sending a command using an instance of InteractiveShell the output should filter out the trailing shell prompt when returning it. After every command two shell prompts are summoned. One is consumed as it is used as a delimiter for the command output. The second one is not consumed and left for