/
githubmirror
/
pm2
Обзор
Документация
Войти
/
githubmirror
/
pm2
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
5.2.2
examples/misc-examples/args.js
9 строк
226 B
Unitech
Update README.md and fully restructure tests
24 янв 2018, 14:43
24 янв 2018, 14:43
dcd190b
Код
Авторство
О чём код?
process.argv.forEach(function (val, index, array) { console.log(index + ': ' + val); }); console.log('Argv2 = ', process.argv[2]); setInterval(function() { console.log('HERE ARE MY ARGS !!! = ', process.argv); }, 800);