Open
Description
As part of PowerShell/PowerShell#1982, if the user types a command that doesn't exist, we want to be able to search PSGallery and inform the user to install a module. However, the current execution of Find-Module -Command foo
takes ~4.5s, this needs to be closer to 100ms (or less).