Skip to content

Latest commit

 

History

History
38 lines (26 loc) · 785 Bytes

File metadata and controls

38 lines (26 loc) · 785 Bytes

Aspect.ModuleExtensionType

Synopsis

Outputs a module's extension types


Description

Outputs the extension types defined in a module's manifest.


Examples

Outputs a PSObject with information about extension command types. The two primary pieces of information are the .Name and .Pattern.

Aspect.ModuleExtensionType -Module PipeScript # Should -BeOfType ([PSObject])

Parameters

Module

The name of a module, or a module info object.

Type Required Position PipelineInput
[Object] true 1 true (ByPropertyName)

Syntax

Aspect.ModuleExtensionType [-Module] <Object> [<CommonParameters>]