-
Notifications
You must be signed in to change notification settings - Fork 96
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
CLI entry point for IDE #329
Comments
Если файла или ресурса нет, выдать понятное сообщение в stderr (не трейс) и завершиться с кодом 1 |
Так, теперь не ясно, как передать параметры драйвера (хром, порт, etc). Вижу два варианта:
|
Второе нравится больше, видел такое в других либах (один параметр -- жирная мапа в json или edn) |
получается
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Для прогона ide-файлов пригодится CLI-интерфейс, то есть запуск модуля из командной строки. Например:
или из уберджара
Для этого:
(:gen-class)
-main
& args
и запустить прогон.Ключи:
The text was updated successfully, but these errors were encountered: