Object.keys(config).forEach((key) => {
  const value = config[key];
  switch (key) {
    case 'args': {
      return addArgs(value);