lincli 2026.4.3

Linear CLI — manage issues, projects, cycles, and more from the terminal
1
2
3
4
5
6
7
fn main() {
    cynic_codegen::register_schema("linear")
        .from_sdl_file("schemas/linear.graphql")
        .unwrap()
        .as_default()
        .unwrap();
}