From 05fda6c29f0fe4742b7ea6b237ea98f737b68b8b Mon Sep 17 00:00:00 2001 From: Szymon Szukalski Date: Fri, 25 Oct 2024 10:00:36 +1100 Subject: Document code with YARD --- bin/family_tree.rb | 3 +++ 1 file changed, 3 insertions(+) (limited to 'bin') 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] ARGV the command-line arguments passed to the script CLI.new(ARGV).run -- cgit v1.2.3