key4hep / k4FWCore

Core Components for the Gaudi-based Key4hep Framework
Apache License 2.0
10 stars 26 forks source link

Missing documentation for using `argparse` to parse arguments in options file #168

Closed tmadlener closed 9 months ago

tmadlener commented 9 months ago

It is possible to parse arguments via argparse in options files, via

from k4FWCore.parseArgs import parser
# use parser as any other ArgumentParser

This is undocumented at the moment.

Zehvogel commented 9 months ago