mirror of
https://github.com/urbit/shrub.git
synced 2024-12-01 06:35:32 +03:00
47871d0f48
Instead of `|ota` cancel the OTA, make it show the current setting. Make the cancel need a more explicit argument. |ota shows the current setting |ota disable disable OTA |ota ~sponsor %desk reset to a different sponsor/desk Because most of the time the expected desk is going to be %kids, use that in the "help message".
19 lines
322 B
Plaintext
19 lines
322 B
Plaintext
:: Kiln: Continuously merge local desk from (optionally-)foreign one
|
|
::
|
|
:::: /hoon/ota/hood/gen
|
|
::
|
|
/? 310
|
|
::
|
|
::::
|
|
::
|
|
:- %say
|
|
|= $: [now=@da eny=@uvJ bec=beak]
|
|
[arg=?(~ [%disable ~] [her=@p sud=@tas ~]) ~]
|
|
==
|
|
?~ arg
|
|
:- %kiln-ota-info ~
|
|
:- %kiln-ota
|
|
?: ?=([%disable ~] arg)
|
|
~
|
|
`[her sud]:arg
|