You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+22Lines changed: 22 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,6 +3,28 @@
3
3
Control various aspects of Microsoft Surface devices on Linux from the Command-Line.
4
4
Aims to provide a unified front-end to the various sysfs-attributes and special devices.
5
5
6
+
## Usage
7
+
8
+
```
9
+
USAGE:
10
+
surface <SUBCOMMAND>
11
+
12
+
FLAGS:
13
+
-h, --help Prints help information
14
+
-V, --version Prints version information
15
+
16
+
SUBCOMMANDS:
17
+
dgpu Control or query the dGPU power state
18
+
help Prints this message or the help of the given subcommand(s)
19
+
latch Control the latch/dtx-system on the Surface Book 2
20
+
performance Control or query the current performance-mode
21
+
status Query the current system status
22
+
```
23
+
24
+
See `surface <subcommand> help` for more details.
25
+
26
+
_Hint:_ You can specify the subcommand by any unabiguous prefix of it, i.e. `surface perf` and `surface p` will both evaluate to `surface performance`.
27
+
6
28
## Building from Source
7
29
8
30
Building this application from source follows the standard rust procedure, i.e. simply call `cargo build --release --locked` for a release-ready executable.
0 commit comments