vibe-kanban-cli 0.1.4

Interactive CLI for Vibe Kanban
Documentation
1
2
3
4
5
6
7
8
9
//! View modules for different screens.

pub mod create_attempt;
pub mod create_task;
pub mod help;
pub mod projects;
pub mod tasks;
pub mod workspace_detail;
pub mod workspaces;