This is a pretty cool tool but I think it would be even better as a PowerShell module thanks to the standards set in PowerShell (Tab completion, naming scheme, argument parsing, and easy installation/updating with PowerShellGet).
Would you be interested in a PR to add such a module to this repository? Or would you prefer me to keep it in my own fork (or not make it at all if you so desire).
Currently I'm thinking of making the following commands:
- Get-ViveFeature
- Set-ViveFeature
- Reset-ViveFeature
- Get-ViveSubscription
- Add-ViveSubscription
- Remove-ViveSubscription
I've taken an initial stab at it here: MartinGC94@7f8bed0 with the Get-ViveFeature command and thought about the parameters for Set-ViveFeature
On a related note, can the library be updated to NET standard 2.0? That would enable it to work with both Windows PowerShell 5.1 and the newer PowerShell 6+ versions
This is a pretty cool tool but I think it would be even better as a PowerShell module thanks to the standards set in PowerShell (Tab completion, naming scheme, argument parsing, and easy installation/updating with PowerShellGet).
Would you be interested in a PR to add such a module to this repository? Or would you prefer me to keep it in my own fork (or not make it at all if you so desire).
Currently I'm thinking of making the following commands:
I've taken an initial stab at it here: MartinGC94@7f8bed0 with the
Get-ViveFeaturecommand and thought about the parameters forSet-ViveFeatureOn a related note, can the library be updated to NET standard 2.0? That would enable it to work with both Windows PowerShell 5.1 and the newer PowerShell 6+ versions