aprender-shell 0.40.1

AI-powered shell completion trained on your history
Documentation
1
2
3
4
5
6
7
8
9
impl CommandGenerator {
    /// Create generator with common dev command templates
    #[must_use]
    pub fn new() -> Self {
        Self {
            templates: Self::default_templates(),
        }
    }
}