Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update boilerplate #85

Merged
merged 1 commit into from
Apr 29, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 8 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
=====================================
generator=datazen
version=3.1.4
hash=454db224964265a8f876fd45d5428729
hash=764ff2be264d6b91ce3832ef00736629
=====================================
-->

Expand Down Expand Up @@ -131,7 +131,7 @@ following a specific convention), put your configuration data here.
# Command-line Options

```
$ ./venv3.11/bin/mbs -h
$ ./venv3.12/bin/mbs -h

usage: mbs [-h] [--version] [-v] [-q] [--curses] [--no-uvloop] [-C DIR]
{compile_config,dist,download,gen,native,uf2conv,noop} ...
Expand Down Expand Up @@ -165,7 +165,7 @@ commands:
### `compile_config`

```
$ ./venv3.11/bin/mbs compile_config -h
$ ./venv3.12/bin/mbs compile_config -h

usage: mbs compile_config [-h] [-i INCLUDES_KEY] [-u] [-e]
output inputs [inputs ...]
Expand All @@ -190,7 +190,7 @@ options:
### `dist`

```
$ ./venv3.11/bin/mbs dist -h
$ ./venv3.12/bin/mbs dist -h

usage: mbs dist [-h] [-c CONFIG] [-s]

Expand All @@ -206,7 +206,7 @@ options:
### `download`

```
$ ./venv3.11/bin/mbs download -h
$ ./venv3.12/bin/mbs download -h

usage: mbs download [-h] [-o OWNER] [-r REPO] [-O OUTPUT] [-p PATTERN]

Expand All @@ -226,7 +226,7 @@ options:
### `gen`

```
$ ./venv3.11/bin/mbs gen -h
$ ./venv3.12/bin/mbs gen -h

usage: mbs gen [-h] [-c CONFIG] [-i] [-w] [-s] [-n]

Expand All @@ -246,7 +246,7 @@ options:
### `native`

```
$ ./venv3.11/bin/mbs native -h
$ ./venv3.12/bin/mbs native -h

usage: mbs native [-h] [-c CONFIG] [-i] [-w] [-s] [-n]

Expand All @@ -266,7 +266,7 @@ options:
### `uf2conv`

```
$ ./venv3.11/bin/mbs uf2conv -h
$ ./venv3.12/bin/mbs uf2conv -h

usage: mbs uf2conv [-h] [-b BASE] [-f FAMILY] [-o FILE] [-d DEVICE_PATH] [-l]
[-c] [-D] [-w] [-C] [-i]
Expand Down
Loading
Loading