Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow passing of primary options as arguments in command line #42

Open
nichtich opened this issue Dec 17, 2013 · 0 comments
Open

Allow passing of primary options as arguments in command line #42

nichtich opened this issue Dec 17, 2013 · 0 comments
Labels

Comments

@nichtich
Copy link
Member

Why can't I just type

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.

@nics nics added the idea label Mar 3, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants