Tap#aliases: output fully-qualified name
This commit is contained in:
parent
1e344c9672
commit
f001cdf777
@ -105,7 +105,7 @@ class Tap
|
|||||||
# an array of all aliases of this {Tap}.
|
# an array of all aliases of this {Tap}.
|
||||||
# @private
|
# @private
|
||||||
def aliases
|
def aliases
|
||||||
alias_files.map { |f| f.basename.to_s }
|
alias_files.map { |f| "#{name}/#{f.basename}" }
|
||||||
end
|
end
|
||||||
|
|
||||||
# an array of all commands files of this {Tap}.
|
# an array of all commands files of this {Tap}.
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user