Re: [PATCH 15/18] cmd: log: Add commands to manipulate filters

2020-10-06 Thread Sean Anderson
On 10/6/20 6:02 PM, Simon Glass wrote: > Hi Sean, > > On Tue, 6 Oct 2020 at 13:16, Sean Anderson wrote: >> >> This adds several commands to add, list, and remove log filters. Due to the >> complexity of adding a filter, `log filter-list` uses options instead of >> positional arguments. >> >>

Re: [PATCH 15/18] cmd: log: Add commands to manipulate filters

2020-10-06 Thread Simon Glass
Hi Sean, On Tue, 6 Oct 2020 at 13:16, Sean Anderson wrote: > > This adds several commands to add, list, and remove log filters. Due to the > complexity of adding a filter, `log filter-list` uses options instead of > positional arguments. > > These commands have been added as subcommands to log

Re: [PATCH 15/18] cmd: log: Add commands to manipulate filters

2020-10-06 Thread Sean Anderson
On 10/6/20 5:14 PM, Heinrich Schuchardt wrote: > On 10/6/20 9:16 PM, Sean Anderson wrote: >> This adds several commands to add, list, and remove log filters. Due to the >> complexity of adding a filter, `log filter-list` uses options instead of >> positional arguments. >> >> These commands have

Re: [PATCH 15/18] cmd: log: Add commands to manipulate filters

2020-10-06 Thread Heinrich Schuchardt
On 10/6/20 9:16 PM, Sean Anderson wrote: > This adds several commands to add, list, and remove log filters. Due to the > complexity of adding a filter, `log filter-list` uses options instead of > positional arguments. > > These commands have been added as subcommands to log by using a dash to >

[PATCH 15/18] cmd: log: Add commands to manipulate filters

2020-10-06 Thread Sean Anderson
This adds several commands to add, list, and remove log filters. Due to the complexity of adding a filter, `log filter-list` uses options instead of positional arguments. These commands have been added as subcommands to log by using a dash to join the subcommand and subsubcommand. This is