Skip to content

Commit

Permalink
block-size should be required
Browse files Browse the repository at this point in the history
  • Loading branch information
niggowai authored and BrianPugh committed Feb 12, 2025
1 parent a6ecc11 commit 069ae46
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/littlefs/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -295,6 +295,7 @@ def add_command(handler, name="", help=""):
parser_list.add_argument(
"--block-size",
type=size_parser,
required=True,
help="LittleFS block size.",
)

Expand Down

0 comments on commit 069ae46

Please sign in to comment.