flake-edit 0.3.6

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

pub use error::{Error, Result};
pub use handler::run;
pub use state::AppState;