Add resolution command (#40)

This commit was merged in pull request #40.
This commit is contained in:
mcplayer3
2025-09-23 19:34:00 +10:00
committed by GitHub
parent cf26f610b4
commit ad0f2197a3
3 changed files with 106 additions and 1 deletions
+9
View File
@@ -0,0 +1,9 @@
Usage: res [FLAGS]
Gets or sets the current resolution.
FLAGS* Specifies extra options when executing the command.
[no flags] Displays the current and maximum resolution.
-x [number*] Displays the current and maximum resolution on the x-axis.
A new x-axis resolution can be specified as a number.
-y [number*] Displays the current and maximum resolution on the y-axis.
A new y-axis resolution can be specified as a number.