kynan/nbstripout

Support setting defaults for command line arguments via git config

Open

#189 opened on Jan 27, 2024

View on GitHub
 (0 comments) (0 reactions) (1 assignee)Python (90 forks)batch import
help wantedtype:enhancement

Repository metrics

Stars
 (1,047 stars)
PR merge metrics
 (No merged PRs in 30d)

Description

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.

Contributor guide