flake-edit 0.3.4

Edit your flake inputs with ease.
Documentation
1
2
3
4
5
6
7
pub mod commands;
pub mod editor;
pub mod handler;
pub mod state;

pub use handler::run;
pub use state::AppState;