Просмотр исходного кода

v0.2.0 - a bit more option parsing; fix run with empty JSON options; added more excluded files; changed excluded parsing; a bit more error messages; added PHP hashbang and made file executable

master
Gustavo Arnosti Neves 7 лет назад
Родитель
Сommit
3bb1d26b1b
1 измененных файлов: 1 добавлений и 1 удалений
  1. +1
    -1
      dir2json.php

+ 1
- 1
dir2json.php Просмотреть файл

@@ -96,7 +96,7 @@ if (!is_dir($targetFolder)) {
exit(2);
}

// If we have and output file name
// If we have an output file name
if (empty($outputFile)) {
echo "Need a valid output file name (empty)\n";
exit(3);


Загрузка…
Отмена
Сохранить