dialoguer 0.12.0

A command line prompting library.
Documentation
1
2
3
4
5
6
use crate::theme::Theme;

/// The default theme.
pub struct SimpleTheme;

impl Theme for SimpleTheme {}