Added cmd_price which scrapes a card's Low, Mean, and High prices from http://www.mtgvault.com/. They get their prices from http://tcgplayer.com/, but I found MTG Vault easier to scrape. (I may change it to scrape from TCG in the future, since it makes more sense to go straight to the source.)
Added cmd_costall which uses 'price' to print a cost analysis of the active deck with the mean value price of every card.
Would you mind splitting the "ANY " changes out into a separate push request? I'm going to work on a rewrite of cmd_prob so that it is easier to expand, and I'd rather merge that afterwards. I can take care of the merge.
cmd_price
which scrapes a card's Low, Mean, and High prices from http://www.mtgvault.com/. They get their prices from http://tcgplayer.com/, but I found MTG Vault easier to scrape. (I may change it to scrape from TCG in the future, since it makes more sense to go straight to the source.)cmd_costall
which uses 'price' to print a cost analysis of the active deck with the mean value price of every card.