summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorSzymon Szukalski <szymon@skas.io>2024-10-25 10:00:36 +1100
committerSzymon Szukalski <szymon@skas.io>2024-10-25 10:00:36 +1100
commit05fda6c29f0fe4742b7ea6b237ea98f737b68b8b (patch)
tree3fca7845fc80f0d93370d2bdadb647f3f9c65d25 /bin
parentd41d881cf8af8cb8b6cb89b87a351585ee46063c (diff)
Document code with YARD
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