Previously, type was in args[0], so with the removal of type, path is in 
args[0]. Since the other args would include key-value pairs, shouldn't they be 
excluded from the path? Also, path is passed as a string, and won't accept a 
string slice in assignment. I got the following errors when making the change: 

cli/res.go:198:9: cannot use path (type []string) as type string in assignment
cli/res.go:243:9: cannot use path (type []string) as type string in assignment

[ Full content available at: https://github.com/apache/mynewt-newtmgr/pull/98 ]
This message was relayed via gitbox.apache.org for [email protected]

Reply via email to