plastikfan / zenobia

Regular expression based file management library
MIT License
0 stars 0 forks source link

Add command-builder #2

Closed plastikfan closed 4 years ago

plastikfan commented 5 years ago
plastikfan commented 5 years ago

Branch: add-command-builder

plastikfan commented 5 years ago

In command-builder.resolveArguments, the following check was present:

  if (!commandArguments) {
    // This is a temporary workaround
    //
    console.log('WARNING, Argument definition not available, skipping for now ...');

    return command;
  }

This was only in there to prevent some old tests from failing, so it has been removed.