Add CI workflow (#1)

* Add CI workflow

* Fix formatting
This commit is contained in:
David Beesley
2026-01-18 06:11:51 +13:00
committed by GitHub
parent e9f2b03684
commit 76b65add1d
4 changed files with 71 additions and 5 deletions

View File

@@ -23,11 +23,7 @@ use clap::Parser;
Keys: [a]-[z], [f1]-[f12], [pageup], [enter], [space], etc."
)]
pub struct Cli {
#[arg(
help = "Command to run",
required = true,
value_name = "COMMAND"
)]
#[arg(help = "Command to run", required = true, value_name = "COMMAND")]
pub command: String,
#[arg(