Skip to content
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

Closed
Lehakos opened this issue Jan 16, 2017 · 8 comments
Closed

Doesn't work custom-flags in windows 10 default terminal #68

Lehakos opened this issue Jan 16, 2017 · 8 comments
Assignees
Labels

Comments

@Lehakos
Copy link

Lehakos commented Jan 16, 2017

Собственно вся суть в заголовке. В windows 10 если запустить tars dev -l --custom-flags '--custom' в стандартном терминале, попытка обратиться к флагу через tars.flags.custom будет возвращать undefined.

@artem-malko artem-malko self-assigned this Jan 16, 2017
@artem-malko
Copy link
Member

@Lehakos обращаться надо так: tars.flags['custom-flags'] Помогло?

@Lehakos
Copy link
Author

Lehakos commented Jan 16, 2017

@artem-malko Всё равно undefined. Вот что показывает console.log(tars.flags) http://joxi.ru/Rmzqx1nT0Yp11r

@Lehakos
Copy link
Author

Lehakos commented Jan 16, 2017

А вот, что показывает bash http://joxi.ru/gmvqvnaTLq56pr

@artem-malko
Copy link
Member

@Lehakos окай, гляну вечерком сегодня

@artem-malko
Copy link
Member

@Lehakos а попробуй так:

tars dev -l --custom-flags --backend

А потом в js:

tars.flags['--backend']

@Lehakos
Copy link
Author

Lehakos commented Jan 18, 2017

@artem-malko undefined.
Но если запускать так tars dev -l --custom-flags --backend, то есть флаг без кавычки, то можно получить флаг через tars.flags.backend Правда два флага так передать не получается.

@artem-malko
Copy link
Member

Кажется для решения этой проблемы необходимо заюзать другой пакет для работы с командной строкой. Буду делать)

@artem-malko
Copy link
Member

#70

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants