mirror of
https://github.com/aaru-dps/Aaru.Documentation.git
synced 2025-12-16 19:24:33 +00:00
31 lines
994 B
Plaintext
31 lines
994 B
Plaintext
==Command description==
|
|
This operation will show all known attached devices on your system and if they are supported for device dependent operations.
|
|
|
|
==Command usage==
|
|
<code>Aaru -d [true/false] -v [true/false] device list -h [true/false] <aaru-remote-host></code>
|
|
|
|
<code>-d, --debug [true/false]</code> shows debug output ''(default false)''
|
|
<code>-v, --verbose [true/false]</code> shows verbose output ''(default false)''<br />
|
|
<code>-h, --help [true/false]</code> shows help screen for the command instead of running it, ignores all other switches ''(default false)''<br />
|
|
<code><aaru-remote-host></code> connects to an Aaru Remote Host with aaru://<IP ADDRESS>/<DEVICE PATH><br />
|
|
|
|
==Example==
|
|
<code>Aaru device list aaru://<IP ADDRESS>/<DEVICE PATH></code>
|
|
|
|
==Operating system support==
|
|
{|
|
|
| FreeBSD
|
|
| Yes
|
|
|-
|
|
| macOS
|
|
| Not yet <ref name="macOS users">Support for MultiMedia devices in macOS will be added if users require it</ref>
|
|
|-
|
|
| Linux
|
|
| Yes
|
|
|-
|
|
| Windows
|
|
| Yes
|
|
|}
|
|
|
|
<references/>
|