From 0fa4a92eb0b9d8e3ec1bc1df70c57ecb7109a8cf Mon Sep 17 00:00:00 2001 From: kiraum Date: Mon, 23 Dec 2024 23:41:57 +0100 Subject: [PATCH] docs: updating README with -d/--debug (enable debug logging) --- README.md | 16 +++++++++++----- 1 file changed, 11 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index be6f845..70bc2b4 100644 --- a/README.md +++ b/README.md @@ -43,17 +43,23 @@ irrexplorer asn AS22548 ``` ![](https://raw.githubusercontent.com/kiraum/irrexplorer-cli/refs/heads/main/docs/images/irrexplorer_asn.png) -The `-f` or `--format` flag allows you to specify the output format: +The following flags customize the output: -* `json`: Output results in JSON format -* `csv`: Output results in CSV format -* Default format is human-readable text +* `-f` or `--format`: Specify output format + * `json`: Output results in JSON format + * `csv`: Output results in CSV format + * Default format is human-readable text -The `-u` or `--url` flag allows you to specify a custom base URL for the IRR Explorer API: +* `-u` or `--url`: Specify a custom base URL for the IRR Explorer API ```bash irrexplorer --url https://custom-irrexplorer.example.com prefix 200.160.4.153 ``` +* `-d` or `--debug`: Enable debug logging for troubleshooting +```bash +irrexplorer --debug prefix 200.160.4.153 +``` + ## Requirements * Python 3.13+