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:
Ted Blackman 2023-07-10 11:25:03 -04:00 committed by GitHub
commit c41b515a99
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 6 deletions

View File

@ -7,7 +7,4 @@
^- form:m
;< =bowl:spider bind:m get-bowl:strandio
;< code=@p bind:m (scry:strandio @p /j/code/(scot %p our.bowl))
%- pure:m
!> ^- tape
%+ slag 1
(scow %p code)
(pure:m !>(code))

View File

@ -9,4 +9,4 @@
=/ [who=ship message=@t]
?@(arg [who.arg ''] [who.arg (crip mez.arg)])
;< ~ bind:m (poke:strandio [who %hood] %helm-hi !>(message))
(pure:m !>("hi {<who>} successful"))
(pure:m !>((crip "hi {<who>} successful")))

View File

@ -14,5 +14,5 @@
;< =riot:clay bind:m
(warp:strandio ship desk ~ %sing care case target-path)
?~ riot
(pure:m !>("nothing"))
(pure:m !>('nothing'))
(pure:m q.r.u.riot)