23 lines
381 B
Text
23 lines
381 B
Text
scripts/say-goodbye
|
|
scripts/greet
|
|
dep/hello
|
|
Hello, world!
|
|
Hello, me!
|
|
Hello, --me!
|
|
Display a greeting
|
|
|
|
USAGE:
|
|
lake run greet [name]
|
|
|
|
Greet the entity with the given name. Otherwise, greet the whole world.
|
|
|
|
Hello from Dep!
|
|
Hello from Dep!
|
|
Goodbye!
|
|
error: unknown script nonexistent
|
|
error: unknown script nonexistent
|
|
scripts/say-goodbye
|
|
scripts/greet
|
|
dep/hello
|
|
Hello, world!
|
|
Goodbye!
|