File: monado-cli.1

package info (click to toggle)
monado 21.0.0~dfsg1-1
  • links: PTS, VCS
  • area: main
  • in suites:
  • size: 9,972 kB
  • sloc: cpp: 75,052; ansic: 62,517; python: 862; java: 635; xml: 503; sh: 209; makefile: 54
file content (26 lines) | stat: -rw-r--r-- 548 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
.\" Copyright 2020, Collabora, Ltd.
.\" SPDX-License-Identifier: BSL-1.0
.\" Author: Ryan Pavlik
.Dd March 31, 2020
.Dt MONADO-CLI 1
.Sh NAME
.Nm monado-cli
.Nd Command-line tool for testing Monado
.Sh SYNOPSIS
.Nm
test
.Nm
probe
.Sh DESCRIPTION
.Nm
is a tool to test or debug Monado on a system.
.Pp
The arguments are as follows:
.Bl -tag -width -indent
.It test
Verbosely lists found devices, including un-recognized devices, for prober testing.
.It probe
Creates the prober, probes, and immediately shuts down.
.El
.Sh SEE ALSO
.Xr monado-gui 1