envelope-cli 0.2.6

Terminal-based zero-based budgeting application
Documentation
1
2
3
4
5
6
7
8
9
//! First-run setup wizard
//!
//! Provides an interactive setup experience for first-time users
//! to configure accounts, categories, and preferences.

pub mod steps;
pub mod wizard;

pub use wizard::{SetupResult, SetupWizard};