You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
catmandu import JSON test.json to DBI dbi:SQLite:test.sqlite
The primary and most common option to Catmandu::Importer is file and the primary, mandatory option to Catmandu::Store is data_source, so the call above should be expanded to
catmandu import JSON --file test.json to DBI --data_source dbi:SQLite:test.sqlite
Typical usage should be simple and non-typical usage should be possible.
The text was updated successfully, but these errors were encountered:
Why can't I just type
The primary and most common option to Catmandu::Importer is
file
and the primary, mandatory option to Catmandu::Store isdata_source
, so the call above should be expanded toTypical usage should be simple and non-typical usage should be possible.
The text was updated successfully, but these errors were encountered: