eliptus
Results
2
issues of
eliptus
For import scripts that call scripts_utils.ingest(), allow them to provide default values for args like `downloads` and `destination`.
For import scripts that call beangulp.Injest(), allow them to provide default values for CLI options like downloads and destination. Example: ``` ingest = beangulp.Ingest(importers, hooks, {'downloads': './Downloads'}) ```