2020-03-05 22:27:29 -03:00
|
|
|
# Table of Contents
|
|
|
|
|
|
|
|
|
|
- [Command Description](#command-description)
|
|
|
|
|
- [Command usage](#command-usage)
|
|
|
|
|
- [Example](#example)
|
|
|
|
|
- [Operating system support](#operating-system-support)
|
|
|
|
|
|
|
|
|
|
## Command Description
|
|
|
|
|
|
2021-08-18 03:06:03 +01:00
|
|
|
This command will ask you which statistics to gather and if you want to share them anonymously. When sharing, no
|
|
|
|
|
information about you or your computer will be sent or stored, only the number of times a command have been used and the
|
2021-08-19 11:08:54 -07:00
|
|
|
operating system where Aaru is run. This information is not, and will never be, sold to any third party. Collected information is publicly
|
2021-08-18 03:06:03 +01:00
|
|
|
available at [https://www.aaru.app](https://www.aaru.app)
|
2020-03-05 22:27:29 -03:00
|
|
|
|
|
|
|
|
## Command usage
|
|
|
|
|
|
|
|
|
|
```bash
|
|
|
|
|
Aaru -d [true/false] -v [true/false] configure -h [true/false]
|
|
|
|
|
```
|
|
|
|
|
|
|
|
|
|
`-d, --debug [true/false]` shows debug output *(default false)*
|
|
|
|
|
`-v, --verbose [true/false]` shows verbose output *(default false)*
|
2021-08-18 03:06:03 +01:00
|
|
|
`-h, --help [true/false]` shows help screen for the command instead of running it, ignores all other switches *(default
|
|
|
|
|
false)*
|
2020-03-05 22:27:29 -03:00
|
|
|
|
|
|
|
|
## Example
|
|
|
|
|
|
|
|
|
|
```bash
|
|
|
|
|
Aaru configure
|
|
|
|
|
```
|
|
|
|
|
|
|
|
|
|
## Operating system support
|
|
|
|
|
|
2021-08-19 11:08:54 -07:00
|
|
|
| FreeBSD | macOS | Linux | Windows |
|
|
|
|
|
| ------- | ----- | ----- | ------- |
|
|
|
|
|
| Yes | Yes | Yes | Yes |
|