Bump version to 1.0.0; expand README with usage details

This commit is contained in:
2026-08-14 20:54:51 +02:00
parent 4d4a83f1e9
commit 6660717177
4 changed files with 168 additions and 4 deletions

View File

@@ -12,7 +12,7 @@ pub struct Cli {
#[derive(Subcommand)]
pub enum Commands {
/// Save a new forward profile.
#[command(visible_alias = "create", visible_alias = "new")]
#[command(visible_alias = "create", visible_alias = "mk")]
Add(AddArgs),
/// Start a saved forward as a supervised background process.
@@ -42,6 +42,7 @@ pub enum Commands {
Wipe(WipeArgs),
/// Export saved profiles to a file, or import them from one.
#[command(visible_alias = "data")]
Transfer(TransferArgs),
/// Generate a shell completion script.