diff options
| author | Szymon Szukalski <szymon@skas.io> | 2024-10-25 10:00:36 +1100 |
|---|---|---|
| committer | Szymon Szukalski <szymon@skas.io> | 2024-10-25 10:00:36 +1100 |
| commit | 05fda6c29f0fe4742b7ea6b237ea98f737b68b8b (patch) | |
| tree | 3fca7845fc80f0d93370d2bdadb647f3f9c65d25 /bin/family_tree.rb | |
| parent | d41d881cf8af8cb8b6cb89b87a351585ee46063c (diff) | |
Document code with YARD
Diffstat (limited to 'bin/family_tree.rb')
| -rw-r--r-- | bin/family_tree.rb | 3 |
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 |
