mirror of
https://github.com/elicpeter/nyx.git
synced 2026-06-12 19:55:14 +02:00
Renamed project from "Nano" to "Nyx" across codebase and configuration files.
This commit is contained in:
parent
7bfce3ad7f
commit
0b465bdacb
5 changed files with 41 additions and 43 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue