Re: [PATCH] cmd: fuse: add switch for quiet operation

2025-03-30 Thread Rogerio Guerra Borin
Hello Quentin, Thanks for you feedback. On 3/24/25 06:55, Quentin Schulz wrote: I think this is a reasonable expectation. I'm wondering if we shouldn't think about using the log architecture we have to have a generic solution rather than expecting each command driver to handle (possibly in th

Re: [PATCH] cmd: fuse: add switch for quiet operation

2025-03-24 Thread Quentin Schulz
Hi Rogerio, On 3/17/25 11:53 PM, Rogerio Guerra Borin wrote: [You don't often get email from rogerio.bo...@gmail.com. Learn why this is important at https://aka.ms/LearnAboutSenderIdentification ] Add switch -q for quiet operation to all fuse subcommands. This helps avoid bloating the console

[PATCH] cmd: fuse: add switch for quiet operation

2025-03-17 Thread Rogerio Guerra Borin
Add switch -q for quiet operation to all fuse subcommands. This helps avoid bloating the console with messages that can be distracting to users (particularly when the command is employed by scripts and multiple fuse values are read/compared/programmed). For example, the "fuse cmp" command normally

[PATCH] cmd: fuse: add switch for quiet operation

2025-03-15 Thread Rogerio Guerra Borin
Add switch -q for quiet operation to all fuse subcommands. This helps avoid bloating the console with messages that can be distracting to users (particularly when the command is employed by scripts and multiple fuse values are read/compared/programmed). For example, the "fuse cmp" command normally