kynan / nbstripout

strip output from Jupyter and IPython notebooks
Other
1.19k stars 94 forks source link

Support setting defaults for command line arguments via git config #189

Open kynan opened 7 months ago

kynan commented 7 months ago

We already support some options being set via git config (extrakeys and keepmetadatakeys).

Ideally, all command line arguments should be configurable in this way the values read from git config should be the defaults for the command line arguments.