summaryrefslogtreecommitdiff
path: root/import/importer_base.rb
Commit message (Collapse)AuthorAgeFilesLines
* import: Exit with a clearer error when wrong args are passedSam Thursfield2014-10-021-1/+1
| | | | | | | The help output goes on stdout and so it is lost if being run from main.py. We need to have something on stderr to make sure that it gets seen by the user, otherwise there's no clue why the extension subprocess failed.
* import: Put Ruby option parsing into base classSam Thursfield2014-10-011-0/+13
|
* fixup! import: Move more stuff to base class.Sam Thursfield2014-10-011-2/+2
|
* import: Add omnibus.to_lorrySam Thursfield2014-10-011-0/+6
|
* import: Fix previousSam Thursfield2014-10-011-0/+3
|
* import: Move more stuff to base class.Sam Thursfield2014-10-011-0/+9
|
* Add base class for Ruby importersSam Thursfield2014-10-011-0/+43