mirror of
https://codeberg.org/insects/cargo-spiel
synced 2025-05-23 10:33:42 +00:00
feat: make project dir into a position arg
This commit is contained in:
parent
1cea94ea19
commit
614d9e7d16
1 changed files with 0 additions and 1 deletions
|
@ -9,7 +9,6 @@ mod server;
|
||||||
#[command(version)]
|
#[command(version)]
|
||||||
struct CliArgs {
|
struct CliArgs {
|
||||||
/// Directory of the Cargo project
|
/// Directory of the Cargo project
|
||||||
#[arg(short, long)]
|
|
||||||
pub project: Option<PathBuf>,
|
pub project: Option<PathBuf>,
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue