urbit/pkg/arvo/gen/verb.hoon

8 lines
172 B
Plaintext
Raw Normal View History

2019-12-04 03:41:29 +03:00
:: Tell app to print what it's doing
::
:: For apps that use lib/verb, :app +verb toggles verbosity.
::
2019-11-09 06:32:21 +03:00
:- %say
|= [* arg=?(~ [%bowl ~]) ~]
[%verb ?~(arg %loud %bowl)]