pstadler / ticker.sh

Real-time stock tickers from the command-line.
MIT License
511 stars 87 forks source link

Automatically uppercase symbols #19

Closed dgunay closed 4 years ago

dgunay commented 4 years ago

It wasn't working when I typed 'ticker msft' but it worked when I typed 'ticker MSFT' so I changed it to automatically uppercase the symbol.

pstadler commented 4 years ago

I'm against tampering with user input, see #8

pstadler commented 4 years ago

This has been addressed with #21