To add a collaborator to this project you will need to use the Relish gem to add the collaborator via a terminal command. Soon you'll be able to also add collaborators here!
More about adding a collaboratorcardigan shell usage
In order to manage my ideas
As a command line junkie
I want to use the cardigan commands in an interactive shell
- Scenarios
-
- empty card repository
-
- When
-
I run
cardigan
interactively - And
- I type "touch today is the first day of the rest of your life"
- And
- I type "ls"
- And
- I type "exit"
- Then
- the exit status should be 0
- And
-
the stdout should contain:
--------------------------------------------------------- | index | name | --------------------------------------------------------- | 1 | today is the first day of the rest of your life | ---------------------------------------------------------
Last published over 5 years ago by markryall.