open-research / sumatra

http://neuralensemble.org/sumatra/
BSD 2-Clause "Simplified" License
127 stars 48 forks source link

Add command `smt view` to show a single record on the command line. #364

Open apdavison opened 7 years ago

apdavison commented 7 years ago

This should take a single argument - the label of the record to be viewed (or the special value 'last'). With no options, this should show the entire record. There should be an option to view all the components of a record, e.g.

smt view --script <label>

would show just the main script for a record (also see #342)