Sha256: 159aeaf10bdd9c9e03edb3551651df0e69eae3efa42de7151b87eeed20c54497
Contents?: true
Size: 560 Bytes
Versions: 3
Compression:
Stored size: 560 Bytes
Contents
#!/usr/bin/env ruby require 'bundler/setup' require 'accern' # You can add fixtures and/or initialization code here to make experimenting # with your gem easier. You can also use a different console, if you like. # (If you use this, don't forget to add pry to your Gemfile!) require 'pry' # require "irb" # IRB.start(__FILE__) ticker = "amzn,aapl" # ["--ticker", "aapp,amaz,lol"] # token: '08b14780c4b4aae5ac97d92c33d25495', args = {format: :json, index: "sp500"} c = Accern::Cli.new( args: ["--index", "sp500,barrons400"]) binding.pry # ticker=amzn&
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
accern-3.2.2 | bin/console |
accern-3.2.1 | bin/console |
accern-3.2.0 | bin/console |