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

Fix +help by specifying namespaces. #354

Merged
merged 1 commit into from Mar 28, 2017
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
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