Closed shonfeder closed 3 years ago
Closes #41
Implements the context subcommand for managing different development contexts. This includes the following nested subcommands:
context
list
new foo
foo
switch foo
See the integration tests in tests/usage.md for more details.
tests/usage.md
This also adds a new integration test suite tests/errors.md for recording and testing correct response to user errors.
tests/errors.md
Closes #41
Implements the
context
subcommand for managing different development contexts. This includes the following nested subcommands:list
: list all contexts (with an indication of which one the user is currently innew foo
: create a new context namedfoo
switch foo
: switch to contextfoo
See the integration tests in
tests/usage.md
for more details.This also adds a new integration test suite
tests/errors.md
for recording and testing correct response to user errors.