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
This is command should create the basic neuron structure and allow it to be created in a chosen folder. If a folder is not given, create it in current folder.
Validations:
A name for the neuron is mandatory
If a neuron of the same name exists in the folder where it is creating, it should exit with exit code 1 and give an error message to the same
Allow a -d flag to create in the directory given. Also validate the directory exists and is writable
The text was updated successfully, but these errors were encountered:
This is command should create the basic neuron structure and allow it to be created in a chosen folder. If a folder is not given, create it in current folder.
Validations:
The text was updated successfully, but these errors were encountered: