mirror of https://github.com/Hilbis/Hilbish
fix(commands/greenhouse): remove extra space in title, set pipe page title to stdin
parent
8fabdf4502
commit
d8a7a4332d
|
@ -98,7 +98,7 @@ commander.register('greenhouse', function(args, sinks)
|
||||||
end)
|
end)
|
||||||
|
|
||||||
if sinks['in'].pipe then
|
if sinks['in'].pipe then
|
||||||
local page = Page('', sinks['in']:readAll())
|
local page = Page('stdin', sinks['in']:readAll())
|
||||||
gh:addPage(page)
|
gh:addPage(page)
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue