Skip to content

Instantly share code, notes, and snippets.

View medAmarFilali's full-sized avatar
🏠
Working from home

Filali Med Amar medAmarFilali

🏠
Working from home
  • Constantine, Algeria
View GitHub Profile
@medAmarFilali
medAmarFilali / cli.rs
Created December 1, 2025 10:25
Cubo Cli Structure
use clap::{Parser, Subcommand};
#[derive(Parser)]
#[command(
name = "cubo",
version = "0.1.0",
author = "Amar FILALI",
about = "A lightweight containerization tool focused on isolation and security ish."
)]
pub struct Cli {
#[command(subcommand)]