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