Skip to content

Commit

Permalink
docs: updating README with -u/--url (use custom base_url)
Browse files Browse the repository at this point in the history
  • Loading branch information
kiraum committed Dec 23, 2024
1 parent 3c18ba7 commit 8c0445c
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,11 @@ The `-f` or `--format` flag allows you to specify the output 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:
```bash
irrexplorer --url https://custom-irrexplorer.example.com prefix 200.160.4.153
```

## Requirements

* Python 3.13+
Expand Down

0 comments on commit 8c0445c

Please sign in to comment.