Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Refactor command options for environment consistency
Subclasses of the abstract EnvironmentOptions were refactored to have consistent naming of the Environment property. RemoteCommandOptions now extends EnvironmentOptions instead of EnvironmentNameOptions. Similarly, in TurnFsmCommand.cs, the property EnvironmentName has been changed to Environment to align with the other changes. Signed-off-by: Kirill Krylov <[email protected]>
- Loading branch information