Renamed project from "Nano" to "Nyx" across codebase and configuration files.

This commit is contained in:
elipeter 2025-06-17 10:55:50 +02:00
parent 7bfce3ad7f
commit 0b465bdacb
5 changed files with 41 additions and 43 deletions

View file

@ -1,7 +1,7 @@
use clap::{Parser, Subcommand};
#[derive(Parser)]
#[command(name = "nano")]
#[command(name = "nyx")]
#[command(about = "A fast vulnerability scanner with project indexing")]
#[command(version)]
pub struct Cli {