Changes between Initial Version and Version 1 of Ticket #1802


Ignore:
Timestamp:
Aug 30, 2018, 7:01:56 AM (6 years ago)
Author:
Dimitar Misev
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #1802 – Description

    initial v1  
    11If a user specifies an option that is not recognized by wcst_import, then wcst_import should throw an error instead of ignoring the option.
     2
     3Furthermore, validating options seems to be duplicated in each recipe now. For common options this should be refactored into methods in the BaseRecipe class.