Macros let setup files define reusable command shorthands that test files can invoke by name or override with their own definition. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
6 lines
73 B
Plaintext
6 lines
73 B
Plaintext
@setup def-shared.shout
|
|
@def serve echo "overridden"
|
|
|
|
$ serve
|
|
overridden
|