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
+10Lines changed: 10 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -305,6 +305,16 @@ $
305
305
```
306
306
307
307
308
+
### `buildinfo`
309
+
310
+
Print the build information, then shut down immediately. Example:
311
+
312
+
```console
313
+
$ nvdaRemoteServer buildinfo
314
+
This application was compiled with go1.20.1. It was compiled for the amd64 architecture and the linux operating system.
315
+
```
316
+
317
+
308
318
# Extra Features
309
319
310
320
This server has a few extra features that the official addon and server do not support at the moment. This list is subject to change as the addon changes.
return"This application was compiled with "+runtime.Version() +". It was compiled for the "+runtime.GOARCH+" architecture and the "+runtime.GOOS+" operating system."
0 commit comments