summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
Diffstat (limited to 'bin')
-rw-r--r--bin/family_tree.rb3
1 files changed, 3 insertions, 0 deletions
diff --git a/bin/family_tree.rb b/bin/family_tree.rb
index 5acc9bb..7dd95d4 100644
--- a/bin/family_tree.rb
+++ b/bin/family_tree.rb
@@ -2,4 +2,7 @@
require_relative '../lib/cli'
+# Initializes and runs the CLI with the provided arguments.
+#
+# @param [Array<String>] ARGV the command-line arguments passed to the script
CLI.new(ARGV).run