mirror of
https://github.com/ilyakooo0/urbit.git
synced 2025-01-01 03:22:39 +03:00
completed +help comments for places they were missing
This commit is contained in:
parent
9f997fb5b8
commit
123122b755
@ -1,3 +1,4 @@
|
||||
:: Produce a pill using aqua
|
||||
/+ pill
|
||||
::
|
||||
:- %say
|
||||
|
@ -1,3 +1,4 @@
|
||||
:: Scry into an aqua ship
|
||||
/- aquarium
|
||||
/+ ph-util
|
||||
=, aquarium
|
||||
|
@ -1,3 +1,4 @@
|
||||
:: List azimuth sources
|
||||
:- %say
|
||||
|= [[now=@da *] *]
|
||||
:- %noun
|
||||
|
@ -1,3 +1,4 @@
|
||||
:: Kick azimuth-tracker
|
||||
:- %say
|
||||
|= *
|
||||
[%azimuth-tracker-poke %listen ~ %| %azimuth-tracker]
|
||||
|
@ -1,3 +1,4 @@
|
||||
:: Add a source for azimuth-tracker
|
||||
=> |%
|
||||
+$ src
|
||||
$% [%ship =ship ~]
|
||||
|
@ -1,3 +1,4 @@
|
||||
:: Add a new url to the watch list
|
||||
:- %say
|
||||
|= [* [url=@ta ~] ~]
|
||||
[%azimuth-tracker-poke %watch url]
|
||||
|
@ -1,3 +1,4 @@
|
||||
:: Produce a brass pill
|
||||
::
|
||||
:::: /hoon/brass/gen
|
||||
::
|
||||
|
@ -1,3 +1,4 @@
|
||||
:: Hoon style sample
|
||||
::
|
||||
:: this is a sample file designed to set conventions for
|
||||
:: high-quality conventional hoon.
|
||||
|
@ -1,3 +1,4 @@
|
||||
:: Produce a glass pill
|
||||
::
|
||||
:::: /hoon/glass/gen
|
||||
::
|
||||
|
@ -1,3 +1,4 @@
|
||||
:: Cancel autocommit
|
||||
::
|
||||
:::: /hoon/cancel-autocommit/hood/gen
|
||||
::
|
||||
|
@ -1,3 +1,4 @@
|
||||
:: Cancel automass
|
||||
::
|
||||
:::: /hoon/cancel-automass/hood/gen
|
||||
::
|
||||
|
@ -1,3 +1,4 @@
|
||||
:: Serve static files
|
||||
/? 309
|
||||
::
|
||||
/= pre-process
|
||||
|
@ -1,3 +1,4 @@
|
||||
:: Produce an ivory pill
|
||||
::
|
||||
:::: /hoon/ivory/gen
|
||||
::
|
||||
|
@ -1,3 +1,4 @@
|
||||
:: Produce a metal pill
|
||||
::
|
||||
:::: /hoon/metal/gen
|
||||
::
|
||||
|
@ -1,3 +1,4 @@
|
||||
:: Cancel a ph command
|
||||
/- ph
|
||||
:- %say
|
||||
|= [* ~ ~]
|
||||
|
@ -1,3 +1,4 @@
|
||||
:: Initialize ph
|
||||
/- ph
|
||||
:- %say
|
||||
|= [* ~ ~]
|
||||
|
@ -1,3 +1,4 @@
|
||||
:: Print the output of a ph command
|
||||
/- ph
|
||||
:- %say
|
||||
|= [* ~ ~]
|
||||
|
@ -1,3 +1,4 @@
|
||||
:: Run a ph command on all ships
|
||||
/- ph
|
||||
:- %say
|
||||
|= [* ~ ~]
|
||||
|
@ -1,3 +1,4 @@
|
||||
:: Run a ph command
|
||||
/- ph
|
||||
:- %say
|
||||
|= [* [lab=term ~] ~]
|
||||
|
@ -1,3 +1,4 @@
|
||||
:: Kill a thread
|
||||
:- %say
|
||||
|= *
|
||||
[%spider-kill ~]
|
||||
|
@ -1,3 +1,4 @@
|
||||
:: Poke a thread
|
||||
:- %say
|
||||
|= [* [=@ta =mark =vase ~] ~]
|
||||
[%spider-input ta mark vase]
|
||||
|
@ -1,3 +1,4 @@
|
||||
:: Start a thread
|
||||
:- %say
|
||||
|= [* [name=term vase=$@(~ [vase ~])] ~]
|
||||
[%spider-start ~ ~ name ?~(vase *^vase -.vase)]
|
||||
|
@ -1,3 +1,4 @@
|
||||
:: Stop a thread
|
||||
:- %say
|
||||
|= [* [tid=@ta ~] ~]
|
||||
[%spider-stop tid |]
|
||||
|
@ -1,3 +1,4 @@
|
||||
:: List running threads
|
||||
/- spider
|
||||
:- %say
|
||||
|= [[now=@da *] ~ *]
|
||||
|
@ -1,3 +1,4 @@
|
||||
:: Run tests
|
||||
/+ test-runner
|
||||
/= all-tests
|
||||
/^ (map path (list test-arm:test-runner))
|
||||
|
@ -1,3 +1,4 @@
|
||||
:: Find list of currently running Behn timers
|
||||
:- %say
|
||||
|= *
|
||||
:- %tang
|
||||
|
Loading…
Reference in New Issue
Block a user