From 079d935570ac60cee3a613487320111da904de44 Mon Sep 17 00:00:00 2001 From: sskarra1234 <89954066+sskarra1234@users.noreply.github.com> Date: Sat, 6 Nov 2021 20:42:53 -0400 Subject: [PATCH] Update ReadMe.md --- README.md | 19 +++++++++++-------- 1 file changed, 11 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index c68b162c..9e14f3f5 100644 --- a/README.md +++ b/README.md @@ -68,14 +68,17 @@ python slash.py --search socks --- Currently the tool supports the following flags and command line arguments. These flags and arguments can be used to quickly filter and guide the search to get you the best results very quickly. -| Arguments | Type | Default | Description | -|-----------|------|---------|----------------------------------------------------------------------| -| --search | str | None | The product name to be used as the search query | -| --num | int | 3 | Maximum number of products to search | -| --sort | str | re | Sort results by relevance (re) or by price (pr) | -| --des | bool | - | Set boolean flag if results should be sorted in non-increasing order | -| --csv | | - | Save results as CSV | - +| Arguments | Type | Default | Description | +|-----------|------|---------|----------------------------------------------------------------------------------------------| +| --search | str | None | The product name to be used as the search query | +| --num | int | 3 | Maximum number of products to search | +| --sort | str | re | Sort results by relevance (re) or by price (pr) | +| --des | bool | - | Set boolean flag if results should be sorted in non-increasing order | +| --csv | | - | Save results as CSV | +| --full | str | F | T for full version of app; F for mini version of app | +| --link | | | Show links in the table | +|--currency | str | | Display the amount in specified currency(inr, euro, aud, yuan, yen, pound) | + :card_index_dividers: Some Examples ---