showfield # fieldname does not work
Created by: subhacom
Wildcards not handled by showfield
Reported by: upibhalla
Created by: subhacom
Wildcards not handled by showfield
Reported by: upibhalla
Created by: subhacom
Logged In: YES user_id=1525879 Originator: YES
Fixed. Here is an example that now works:
//moose
create compartment /proto/foo create compartment /proto/bar
setfield /proto/foo Em 1234 setfield /proto/bar Em 5678
showfield # name // Should list: shell sched library proto solvers.
showfield /proto/# name // should list foo and bar.
showfield /proto/# Em // should list 1234 5678
ce /proto
showfield # Em // should list 1234 5678
Original comment by: upibhalla
Created by: subhacom
Original comment by: upibhalla