snowfallorg / nix-editor

A simple rust program to edit NixOS configuration files with just a command
MIT License
73 stars 6 forks source link

dont add newline on print #8

Closed milahu closed 2 years ago

milahu commented 2 years ago
// main.rs
        println!("{}", output);

should be print or so

vlinkz commented 2 years ago

651e2a323a586bcc5693bf896a1faa4014361207 --raw option is now available for this behavior