HelpExtensions Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public ref class HelpExtensions abstract sealed
public static class HelpExtensions
type HelpExtensions = class
Public Module HelpExtensions
- Inheritance
-
HelpExtensions
Methods
| Name | Description |
|---|---|
| FunctionName(Command, String[]) |
Create a unique shell function name for a command - these names should be
|
| HierarchicalOptions(Command) | |
| IsFlag(Option) | |
| IsLongAlias(String) | |
| IsShortAlias(String) | |
| IsUpperCaseSingleCharacterFlag(String) | |
| MakeSafeFunctionName(String) |
Sanitizes a function name to be safe for bash |
| Names(Command) |
Get all names for a command, including the primary name and all aliases |
| Names(Option) |
Get all names for an option, including the primary name and all aliases |
| PrimaryNameAndAliases(Option) | |