Skip to content
This repository has been archived by the owner on Aug 14, 2019. It is now read-only.

Commit

Permalink
Fix +help by specifying namespaces.
Browse files Browse the repository at this point in the history
  • Loading branch information
eglaysher committed Feb 20, 2017
1 parent bab93e7 commit 36300e8
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions gen/help.hoon
@@ -1,5 +1,5 @@
:: Describe available comands: +help, +help %tree, +help %hood
::
::
:::: /hoon/help/gen
::
/? 310
Expand All @@ -25,7 +25,7 @@
{$hood ^} "|{(path-heps t.b)}"
^ "+{(path-heps b)}" :: XX deal with :talk|foo
==
=/ c (to-wain a)
=/ c (to-wain:format a)
?~ c "~"
?. =(':: ' (end 3 4 i.c))
"<undocumented>"
Expand All @@ -35,9 +35,9 @@
|= {len/@u pax/path}
|= {nam/@t ark/arch} ^- (unit {@t path})
?. (~(has by dir.ark) %hoon) ~
%+ bind (file (welp pax /[nam]/hoon))
%+ bind (file:space:userlib (welp pax /[nam]/hoon))
|= a/* ^- {cord path}
[;;(@t a) (welp (slag len pax) /[nam])]
[;;(@t a) (welp (slag len pax) /[nam])]
--
::
:- %say
Expand Down

0 comments on commit 36300e8

Please sign in to comment.