On Fri, 14 Jul 2023 at 16:14, Michal Simek <[email protected]> wrote: > > > > On 6/24/23 15:41, Sughosh Ganu wrote: > > Add support for specifying the parameters needed for capsule > > generation through a config file, instead of passing them through > > command-line. Parameters for more than a single capsule file can be > > specified, resulting in generation of multiple capsules through a > > single invocation of the command. > > > > This path is to be used for generating capsules through a make target, > > with the parameters being parsed from the config file. > > > > Can you please also add support for adding comment to config file? > Pretty much just ignore lines which starts with /* or so.
Comments are currently supported with the '#' character, so that lines starting with # are considered as comments. -sughosh

