Re: [PATCH v3 2/8] dts: use Params for interactive shells

2024-05-31 Thread Nicholas Pratte
Tested-by: Nicholas Pratte Reviewed-by: Nicholas Pratte On Thu, May 30, 2024 at 11:25 AM Luca Vizzarro wrote: > > Make it so that interactive shells accept an implementation of `Params` > for app arguments. Convert EalParameters to use `Params` instead. > > String command line parameters can st

Re: [PATCH v3 2/8] dts: use Params for interactive shells

2024-05-30 Thread Jeremy Spewock
Reviewed-by: Jeremy Spewock

[PATCH v3 2/8] dts: use Params for interactive shells

2024-05-30 Thread Luca Vizzarro
Make it so that interactive shells accept an implementation of `Params` for app arguments. Convert EalParameters to use `Params` instead. String command line parameters can still be supplied by using the `Params.from_str()` method. Signed-off-by: Luca Vizzarro Reviewed-by: Paul Szczepanek ---