Fix tables

This commit is contained in:
Antonio J. Delgado 2025-08-05 09:16:27 +03:00
parent ebf9fef4cd
commit fe4d0c0dd4

View file

@ -53,17 +53,18 @@ android_manager.py [OPTIONS] COMMAND [ARGS]
``` ```
### General options ### General options
|short|long|parameter|description| |short|long|parameter|description|
|--|--|--|--| |--|--|--|--|
|-d| --debug-level|[critical|error|warning|info|debug|notset] |Set the debug level for the standard output.| |-d| --debug-level|critical, error, warning, info, debug, notset |Set the debug level for the standard output.|
|-l| --log-file|TEXT |File to store all debug messages.| |-l| --log-file|TEXT |File to store all debug messages.|
|-f| --cache-file|TEXT |Cache file to store data from each run| |-f| --cache-file|TEXT |Cache file to store data from each run|
|-a| --max-cache-age|INTEGER |Max age in seconds for the cache| |-a| --max-cache-age|INTEGER |Max age in seconds for the cache|
|-H| --host|TEXT |ADB server host name or IP.| |-H| --host|TEXT |ADB server host name or IP.|
|-p| --port|INTEGER |ADB server port to use.| |-p| --port|INTEGER |ADB server port to use.|
||--config|FILE |Read configuration from FILE.| ||--config|FILE |Read configuration from FILE.|
||--help|| |Show this message and exit.| ||--help| |Show this message and exit.|
---
### Commands ### Commands
#### Backup Android apps: backup-apps #### Backup Android apps: backup-apps