-
Notifications
You must be signed in to change notification settings - Fork 28
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
Doesn't work custom-flags in windows 10 default terminal #68
Comments
@Lehakos обращаться надо так: tars.flags['custom-flags'] Помогло? |
@artem-malko Всё равно undefined. Вот что показывает |
А вот, что показывает bash http://joxi.ru/gmvqvnaTLq56pr |
@Lehakos окай, гляну вечерком сегодня |
@Lehakos а попробуй так: tars dev -l --custom-flags --backend А потом в js: tars.flags['--backend'] |
@artem-malko |
Кажется для решения этой проблемы необходимо заюзать другой пакет для работы с командной строкой. Буду делать) |
Собственно вся суть в заголовке. В windows 10 если запустить
tars dev -l --custom-flags '--custom'
в стандартном терминале, попытка обратиться к флагу черезtars.flags.custom
будет возвращатьundefined
.The text was updated successfully, but these errors were encountered: