mirror of
https://github.com/ilyakooo0/urbit.git
synced 2024-11-10 10:05:09 +03:00
8 lines
172 B
Plaintext
8 lines
172 B
Plaintext
:: Tell app to print what it's doing
|
|
::
|
|
:: For apps that use lib/verb, :app +verb toggles verbosity.
|
|
::
|
|
:- %say
|
|
|= [* arg=?(~ [%bowl ~]) ~]
|
|
[%verb ?~(arg %loud %bowl)]
|