Added commands list to readme
This commit is contained in:
parent
63a223bf24
commit
c4553b36e5
1 changed files with 30 additions and 0 deletions
30
README.md
30
README.md
|
@ -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]
|
||||
```
|
||||
|
|
Loading…
Add table
Reference in a new issue