mirror of
https://github.com/urbit/shrub.git
synced 2025-01-03 10:02:32 +03:00
Merge pull request #6713 from urbit/pkova/fix-ted-hi
base: fix /ted/hi, /ted/code and /ted/read output formatting
This commit is contained in:
commit
c41b515a99
@ -7,7 +7,4 @@
|
|||||||
^- form:m
|
^- form:m
|
||||||
;< =bowl:spider bind:m get-bowl:strandio
|
;< =bowl:spider bind:m get-bowl:strandio
|
||||||
;< code=@p bind:m (scry:strandio @p /j/code/(scot %p our.bowl))
|
;< code=@p bind:m (scry:strandio @p /j/code/(scot %p our.bowl))
|
||||||
%- pure:m
|
(pure:m !>(code))
|
||||||
!> ^- tape
|
|
||||||
%+ slag 1
|
|
||||||
(scow %p code)
|
|
||||||
|
@ -9,4 +9,4 @@
|
|||||||
=/ [who=ship message=@t]
|
=/ [who=ship message=@t]
|
||||||
?@(arg [who.arg ''] [who.arg (crip mez.arg)])
|
?@(arg [who.arg ''] [who.arg (crip mez.arg)])
|
||||||
;< ~ bind:m (poke:strandio [who %hood] %helm-hi !>(message))
|
;< ~ bind:m (poke:strandio [who %hood] %helm-hi !>(message))
|
||||||
(pure:m !>("hi {<who>} successful"))
|
(pure:m !>((crip "hi {<who>} successful")))
|
||||||
|
@ -14,5 +14,5 @@
|
|||||||
;< =riot:clay bind:m
|
;< =riot:clay bind:m
|
||||||
(warp:strandio ship desk ~ %sing care case target-path)
|
(warp:strandio ship desk ~ %sing care case target-path)
|
||||||
?~ riot
|
?~ riot
|
||||||
(pure:m !>("nothing"))
|
(pure:m !>('nothing'))
|
||||||
(pure:m q.r.u.riot)
|
(pure:m q.r.u.riot)
|
||||||
|
Loading…
Reference in New Issue
Block a user