tailhook / rust-quire

A YAML-based configuration library for Rust
https://docs.rs/quire/
Other
13 stars 5 forks source link

Fix unimplemented in block/flow markers #12

Open tailhook opened 6 years ago

tailhook commented 6 years ago

Fix unimplemented in parsing block/flow markers:

      - !Sh |SOMETEXT
          uname -a

Reported in https://github.com/tailhook/vagga/issues/469