wasm-demo/src/execute
Manos Pitsidianakis 996abd323f
Add print setting action
Add experimental print setting action. The command is of the form:

  print account_name listing.index_style

account_name is currently ignored.

The path, e.g. listing.index_style is split by "." and fed to
DotAddressable lookup trait method. The method checks the first segment
in the path if it matches any of the struct's fields, and then calls the
field's lookup method.
2020-07-17 13:33:40 +03:00
..
actions.rs Add print setting action 2020-07-17 13:33:40 +03:00
history.rs Remove ui crate 2020-02-04 17:29:55 +02:00