hypershell 0.1.0-alpha

Modular DSL for shellscripting in Rust
Documentation
1
2
3
4
5
6
use cgp::prelude::*;

use crate::presets::HypershellAppPreset;

#[cgp_context(HypershellCliComponents: HypershellAppPreset)]
pub struct HypershellCli;