Re: [PATCH 1/7] patman: Refactor how the default subcommand works

2020-11-15 Thread Simon Glass
At present patman tries to assume a default subcommand of 'send', to maintain backwards compatibility. However it does not cope with arguments added to the default command, so for example 'patman -t' does not work. Update the logic to handle this. Also update the CC command to use 'send' explicitl

[PATCH 1/7] patman: Refactor how the default subcommand works

2020-11-03 Thread Simon Glass
At present patman tries to assume a default subcommand of 'send', to maintain backwards compatibility. However it does not cope with arguments added to the default command, so for example 'patman -t' does not work. Update the logic to handle this. Also update the CC command to use 'send' explicitl