Added commands list to readme

This commit is contained in:
socks 2021-03-09 02:31:14 +00:00
parent 63a223bf24
commit c4553b36e5

View file

@ -29,3 +29,33 @@ Run script
```sh
pipenv run main.py
```
## Usage
```
Commands:
Syntax
command <required> [optional]
Add stock to portfolio
add <ticker> <amount>
Delete stock from portfolio
del <ticker>
Get Portfolio
portfolio
pf
Add stock to watchlist
watch <ticker> [expected price]
w <ticker> [expected price]
Remove stock from watchlist
unwatch <ticker>
Get Watchlist
watchlist [@user]
wl [@user]
```