From 8645deea0fdf192dd138ad39a53c3149efd104ab Mon Sep 17 00:00:00 2001 From: Mark Joshwel <89562141+markjoshwel@users.noreply.github.com> Date: Wed, 21 Jun 2023 01:24:31 +0000 Subject: [PATCH] docs: update example (#11) --- README.md | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 53c8d18..20ef395 100644 --- a/README.md +++ b/README.md @@ -46,19 +46,21 @@ pip install git+https://github.com/markjoshwel/surplus ### Command-line Interface ```text -usage: surplus [-h] [-d] query [query ...] +usage: surplus [-h] [-d] [-v] [query ...] Plus Code to iOS-Shortcuts-like shareable text positional arguments: - query full-length Plus Code (6PH58QMF+FX), - local code (8QMF+FX Singapore), or - latlong (1.3336875, 103.7749375) + query full-length Plus Code (6PH58QMF+FX), + local code (8QMF+FX Singapore), or + latlong (1.3336875, 103.7749375) options: - -h, --help show this help message and exit - -d, --debug prints lat, long and reverser response - dict to stderr + -h, --help show this help message and exit + -d, --debug prints lat, long and reverser + response dict to stderr + -v, --version prints version information to stderr +     and exits ``` ### API Reference