Skip to content

Commit 069ae46

Browse files
niggowaiBrianPugh
authored andcommitted
block-size should be required
1 parent a6ecc11 commit 069ae46

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: src/littlefs/__main__.py

+1
Original file line numberDiff line numberDiff line change
@@ -295,6 +295,7 @@ def add_command(handler, name="", help=""):
295295
parser_list.add_argument(
296296
"--block-size",
297297
type=size_parser,
298+
required=True,
298299
help="LittleFS block size.",
299300
)
300301

0 commit comments

Comments
 (0)