Skip to content

Latest commit

 

History

History
61 lines (27 loc) · 815 Bytes

File metadata and controls

61 lines (27 loc) · 815 Bytes

Aspect.ModuleCommandType

Synopsis

Outputs a module's command types


Description

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


Examples

EXAMPLE 1

# Outputs a series of PSObjects with information about command types.
# The two primary pieces of information are the `.Name` and `.Pattern`.
Aspect.ModuleCommandType -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.ModuleCommandType [-Module] <Object> [<CommonParameters>]