No add_argparse_args for LightningModule

Hello,

I was wondering whether there is a reason why there is LightningDataModule.add_argparse_args but not LightningModule.add_argparse_args?

Best
Christoph

There was no special reason to include it, but you are free to do so…
Moreover, we are reworking CLI parsing so it will be much more flexible soon :rabbit:
check out Simple reproducibility with minimum boilerplate train_cli by mauvilsa · Pull Request #4492 · Lightning-AI/lightning · GitHub

Ah that looks very nice. Then I will wait for this feature. Thanks!