Re: [PATCH v6 1/3] dts: rework arguments framework

2024-06-14 Thread Jeremy Spewock
On Fri, May 31, 2024 at 7:22 AM Luca Vizzarro wrote: > > The existing argument handling in the code relies on basic argparse > functionality and a custom argparse action to integrate environment > variables. This commit improves the current handling by augmenting > argparse. > > This rework implem

Re: [PATCH v6 1/3] dts: rework arguments framework

2024-05-31 Thread Juraj Linkeš
On Fri, May 31, 2024 at 1:22 PM Luca Vizzarro wrote: > > The existing argument handling in the code relies on basic argparse > functionality and a custom argparse action to integrate environment > variables. This commit improves the current handling by augmenting > argparse. > > This rework implem

[PATCH v6 1/3] dts: rework arguments framework

2024-05-31 Thread Luca Vizzarro
The existing argument handling in the code relies on basic argparse functionality and a custom argparse action to integrate environment variables. This commit improves the current handling by augmenting argparse. This rework implements the following improvements: - There are duplicate expressions