You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
instruction = "Run the greeter binary with no arguments. Verify it prints a usage message to stderr and exits with a non-zero exit code."
[[steps]]
instruction = "Run the greeter binary with the argument 'World'. Verify it prints 'Hello, World!' to stdout."
[[steps]]
instruction = "Run the greeter binary with arguments 'Alice' and '--shout'. Verify it prints 'HELLO, ALICE!' to stdout."
[[steps]]
instruction = "Run the greeter binary with arguments 'Bob' and '--invalid'. Verify it prints an error message to stderr and exits with a non-zero exit code."