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

Clink bundled with Cmder sets title to "npm" #397

Closed
Daniel15 opened this issue Apr 28, 2016 · 4 comments
Closed

Clink bundled with Cmder sets title to "npm" #397

Daniel15 opened this issue Apr 28, 2016 · 4 comments

Comments

@Daniel15
Copy link

Daniel15 commented Apr 28, 2016

Cross-posting from cmderdev/cmder#933 as I'm not sure whether this is a Cmder issue or a Clink issue.

To repro:

  1. Download Cmder and extract to c:\apps\cmder
  2. Open cmd
  3. Run:
set CMDER_ROOT=c:\apps\cmder
"%CMDER_ROOT%\vendor\clink\clink_x64.exe" inject --quiet --profile "%CMDER_ROOT%\config"

Notice that the window title changes to "npm".

@vladimir-kotikov
Copy link
Contributor

@Daniel15, this is neither Clink nor Cmder issue - i guess this is something related to completions for 'npm' command which is separate package

@Daniel15
Copy link
Author

Thanks, using the latest clink-completions resolves the issue.

@gitgrimbo
Copy link

@vladimir-kotikov, @Daniel15 - Did you guys get to the bottom of this? I am using an unrelated npm script and the cmd.exe title is constantly being changed to "npm". I haven't been able to find out why this is happening.

@Daniel15
Copy link
Author

@gitgrimbo Upgrading clink-completions to the latest version fixed it for me, as per my last comment in this thread.

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

No branches or pull requests

3 participants