yerba 0.2.2

YAML Editing and Refactoring with Better Accuracy
1
2
3
4
5
use super::run_yerbafile;

pub fn run() {
  run_yerbafile(false);
}