The CAN manager init command¶
The init command will create a CAN notebook directory in the current working directory (the CAN notebook is stored in the .can
directory). The command will only be available if the directory doesn't exist at start-up (CAN should check if a notebook directory exists at start-up).
Backlinks¶
- What would be included in a first iteration of CAN?
- The CAN notebook will be stored in the .can directory
- If this directory does not exist, only the init command will be available.
- CAN should check if a notebook directory exists on start-up
- If the directory doesn't exist on CAN manager start-up, the init command should be made available and a message should be shown to the user asking them to use the init command to create the notebook directory.
- CAN's init command should inform the user when successful
- For the init command this should inform the user that the notebook directory
.can
has been made in the current directory
- For the init command this should inform the user that the notebook directory