Skip to content

Commit f2ab2e2

Browse files
committed
add a new no-open flag to readme and bump the version
1 parent bdaa822 commit f2ab2e2

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
authors = ["Mateo Radman <[email protected]>"]
33
name = "swift_file"
4-
version = "0.1.4"
4+
version = "0.1.5"
55
edition = "2021"
66
description = "Send or receive files between devices using Wi-Fi network"
77
license = "MIT"

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,8 @@ Receive a file
6969
Usage: sf receive [OPTIONS]
7070
7171
Options:
72-
-d, --dest-dir <DEST_DIR> Destination directory (default: current working directory)
72+
-d, --dest-dir <DEST_DIR> Destination directory
7373
-p, --port <PORT> Port to bind the server to (allowed user port range 1024 to 49151)
74+
--no-open Disable opening the received file automatically using the system default program
7475
-h, --help Print help
7576
```

0 commit comments

Comments
 (0)