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

helpmanに渡す引数がダブルクォーテーションで囲われていません。 #17

Open
honobonosun opened this issue Jun 6, 2020 · 0 comments
Assignees
Labels
bug Something isn't working
Projects
Milestone

Comments

@honobonosun
Copy link
Owner

honobonosun commented Jun 6, 2020

再現方法

#includeなどのプリプロセッサ命令に入力カーソルをあわせてhelpmanを呼び出します。

すると、hdlにはワードが正しく渡されていない状態で起動します。

原因

const cmd = `"${config.helpman()}" ${word}`;

word変数をダブルクォーテーションで囲む必要があります。

@honobonosun honobonosun added the bug Something isn't working label Jun 6, 2020
@honobonosun honobonosun added this to the V2 milestone Jun 6, 2020
@honobonosun honobonosun self-assigned this Jun 6, 2020
@honobonosun honobonosun added this to To do in V2 Jun 6, 2020
@honobonosun honobonosun moved this from To do to In progress in V2 Jun 6, 2020
@honobonosun honobonosun moved this from In progress to Done in V2 Jun 24, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
V2
  
Done
Development

No branches or pull requests

1 participant