Closed bagibence closed 9 months ago
If not specified explicitly as a CLI option, in uploading commands the user is asked what data they want to upload with yes/no prompts.
bnd upload-session . M020 will ask 3 questions, one for each of behavior, ephys, videos.
bnd upload-session . M020
But bnd upload-session . M020 --include-behavior will only ask about ephys and videos.
bnd upload-session . M020 --include-behavior
Addresses #41
If not specified explicitly as a CLI option, in uploading commands the user is asked what data they want to upload with yes/no prompts.
bnd upload-session . M020
will ask 3 questions, one for each of behavior, ephys, videos.But
bnd upload-session . M020 --include-behavior
will only ask about ephys and videos.Addresses #41