We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e92d563 commit 046622bCopy full SHA for 046622b
bin/kmdata
@@ -5,8 +5,10 @@ require 'optparse'
5
require 'pry'
6
require 'yaml'
7
8
-options = { model: "people", include: "addresses,phone_numbers" }
9
-
+options = {
+ model: "people",
10
+ include: "addresses,phone_numbers,appointments"
11
+}
12
13
OptionParser.new do |opts|
14
opts.banner = "Usage: kmdata [query] [options]"
lib/kmdata/version.rb
@@ -1,3 +1,3 @@
1
module KMData
2
- VERSION = "0.0.7"
+ VERSION = "0.0.8"
3
end
0 commit comments