-
-
Notifications
You must be signed in to change notification settings - Fork 8
[CommandInfo].get_FullyQualifiedName #339
Copy link
Copy link
Closed
Labels
enhancementNew feature or requestNew feature or request
Description
The "FullName" of a Command should be:
- The .Source of an External Script or Application, if no .Root is set
- The relative path of an ExternalScript or Application, if .Root is set (and the path is beneath root)
- the Module qualified name of any other command in a module
- The
.ImplementingType.Namespace + '.' + .Nameof any [CmdletInfo] not in a module - or the command name.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request