Skip to content

Commit c228cca

Browse files
committed
cleanup
1 parent a66db36 commit c228cca

File tree

4 files changed

+4
-6
lines changed

4 files changed

+4
-6
lines changed

lib/bashly/script/command.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ def option_keys
1515
alias args catch_all commands completions
1616
default dependencies environment_variables examples
1717
extensible expose filename filters flags
18-
footer function group help name
18+
footer function group help name
1919
private version
2020
]
2121
end

lib/bashly/script/introspection/arguments.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,4 +38,4 @@ def whitelisted_args
3838
end
3939
end
4040
end
41-
end
41+
end

lib/bashly/script/introspection/commands.rb

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -90,9 +90,7 @@ def public_commands
9090
def public_command_aliases
9191
public_commands.map(&:aliases).flatten
9292
end
93-
94-
9593
end
9694
end
9795
end
98-
end
96+
end

lib/bashly/script/introspection/flags.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,4 +49,4 @@ def whitelisted_flags
4949
end
5050
end
5151
end
52-
end
52+
end

0 commit comments

Comments
 (0)