mkeosimg icon indicating copy to clipboard operation
mkeosimg copied to clipboard

Positional size argument should become a flag

Open sowbug opened this issue 6 years ago • 0 comments

It would be more idiomatic for the firmware-config-size positional arguments to be like this:

mkosimg [-s SIZE] firmwareimage [configtarball]

Then we won't have to do the less idiomatic - to skip the config file argument. This isn't a big deal because I'm sure most users will include the config file -- after all, creating a preconfigured image is the main value of this project to begin with.

sowbug avatar Jan 22 '19 19:01 sowbug