Skip to content

Commit 069ae46

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

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/littlefs/__main__.py

Lines changed: 1 addition & 0 deletions
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)