The collection new Command
Create a new collection.
msh collection new <collection-name>Arguments
collection-name: The name of the new collection to create.
Flags
-bin, -b: Create the collection with abinfolder and add it to the PATH in the shell configuration file.
Example
shell
$ msh collection new my-collection -bin
Collection 'my-collection' created (~/.myshell/my-collection/bin)
Run 'source ~/.bashrc' to activate the new collection