Ash258 / Scoop-Core

Shovel. Alternative, more advanced, and user-friendly implementation of windows command-line installer scoop.

Home Page:https://shovel.ash258.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

mrplumber opened this issue · comments

  • 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.