-
Notifications
You must be signed in to change notification settings - Fork 396
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add CLI features to manage virtual screens #2521
Comments
Added two commands to create and discard a device (virtual screen):
There are various options that work with
|
Some examples. Creating a virtual screen (with an aspect ratio of 12:10):
Connecting a created virtual screen:
Discard a virtual screen (use any identifier parameters to narrow the virtual screens to be discarded):
Discard all virtual screens (rather dangerous, will happen with no comment):
Rename a virtual screen from MyVirtual to TestVirtual:
Please note that while |
Make existing CLI features address virtual screens + add new features specifically to manage virtual screens.
The text was updated successfully, but these errors were encountered: