Skip to content

Commit 2df926a

Browse files
committed
Yard doc required options
1 parent 39f518e commit 2df926a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/msf/core/module/options.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,7 @@ def register_options(options, owner = self.class)
7373
# @param name [String] Name for the group
7474
# @param description [String] Description of the group
7575
# @param option_names [Array<String>] List of datastore option names
76+
# @param required_options [Array<String>] List of required datastore option names
7677
# @param merge [Boolean] whether to merge or overwrite the groups option names
7778
def register_option_group(name:, description:, option_names: [], required_options: [], merge: true)
7879
existing_group = options.groups[name]

0 commit comments

Comments
 (0)