We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2bf1a47 commit ec4b53cCopy full SHA for ec4b53c
1 file changed
lib/octocatalog-diff/catalog-diff/cli/options.rb
@@ -65,7 +65,7 @@ def self.parse_options(argv, defaults = {})
65
end
66
67
# Read in *.rb files in the 'options' directory and create classes from them.
68
- # Sort the classes according to weight and return the list of sorted classes.
+ # Sort the classes according to weight and name and return the list of sorted classes.
69
# @return [Array<Class>] Sorted classes
70
def self.option_classes
71
files = Dir.glob(File.join(File.dirname(__FILE__), 'options', '*.rb'))
0 commit comments