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'}) ```