SubCommandBase<TArgument, TOption>.SetOwner Method
Namespace: DensoCreate.Cli.Framework
Description
Sets the command owner and associates it with the parent command.
Argument
| Name | Type | Description |
|---|---|---|
| owner | ICommand | Parent Command |
Return Value
- void
Exception
| Name | Exception Class | Description |
|---|---|---|
| Invalid Argument | CliInternalException | If owner is null |