Skip to content

Commit

Permalink
Update ReadMe.md
Browse files Browse the repository at this point in the history
  • Loading branch information
sskarra1234 authored Nov 7, 2021
1 parent 32a2c4f commit 079d935
Showing 1 changed file with 11 additions and 8 deletions.
19 changes: 11 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
---

Expand Down

0 comments on commit 079d935

Please sign in to comment.