Skip to content

Terminal suggest: Support globals on pwsh #235024

Closed
@Tyriar

Description

Running Get-Command gets all globals like aliases (cd -> Set-Location), functions (cd~ -> Set-Location ~), etc.

Running Get-Command -CommandType Function can resolve a subset of these. (Get-Command -CommandType Function).Name gets the names of all the functions and so on.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Labels

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions