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

Running shovel checkup in Windows Command Processor (CMD.EXE) produces undesired warning #274

Open
mrplumber opened this issue Feb 5, 2022 · 0 comments
Labels
bug Something isn't working in-NEW Changes are already available in NEW branch. Configure SCOOP_BRANCH to NEW to beta-test changes
Milestone

Comments

@mrplumber
Copy link

mrplumber commented Feb 5, 2022

  • Branch: main

  • Powershell Version: 7.2.1

Calling shovel checkup command iin CMD.EXE produces warning:

WARN  Native tab completion module is not imported
  Consider importing native module for automatic commands/parameters completion:
    Add-Content $PROFILE 'Import-Module ''C:\Users\<username>\scoop\apps\scoop\current\supporting\completion\Scoop-Completion.psd1'' -ErrorAction SilentlyContinue'
WARN
WARN  Found 1 potential problem.

Same command called in PowerShell returns no such warning since I already added the line to my $PROFILE as suggested.

  • Expected behaviour: calling shovel checkup in CMD.EXE should not generate this particular warning.
@mrplumber mrplumber added the bug Something isn't working label Feb 5, 2022
@Ash258 Ash258 added the in-NEW Changes are already available in NEW branch. Configure SCOOP_BRANCH to NEW to beta-test changes label Feb 9, 2022
@Ash258 Ash258 added this to the 0.6.5 milestone Feb 9, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working in-NEW Changes are already available in NEW branch. Configure SCOOP_BRANCH to NEW to beta-test changes
Projects
None yet
Development

No branches or pull requests

2 participants