pwmc: add --prefix option to the .read command.
commit8d25ce1f541d2e90c6c5ffd21d2b496a41028441
authorBen Kibbey <bjk@luxsci.net>
Tue, 19 Jun 2012 02:36:01 +0000 (18 22:36 -0400)
committerBen Kibbey <bjk@luxsci.net>
Tue, 19 Jun 2012 02:38:07 +0000 (18 22:38 -0400)
tree5b38793227145df5a14c5f2f16f1934bd3ee0c97
parent837954093e8157c1e42dff78a4a971a09d5564e8
pwmc: add --prefix option to the .read command.

Can be used for example to specify an element path:

pwm> .read --prefix "some\telement\tpath\t" /path/to/data STORE

Easier than having to store the element path in the file.
src/pwmc.c