rhboot / efivar

Tools and libraries to work with EFI variables
GNU Lesser General Public License v2.1
241 stars 104 forks source link

Structured output format #271

Open flying-sheep opened 2 months ago

flying-sheep commented 2 months ago

I want to get just the value, but the only options seem to be

How about a format option for JSON? Or just the plain value?

RomanValov commented 2 weeks ago

+1 for dumping raw value of efi variables for consistency with -w option. The man says that --datafile could be used to "load or save variable contents from ". As a result missing way to dump raw content of the variable is confusing.