Skip to content

Commit a19335b

Browse files
committed
fix bugs
1 parent ad721b5 commit a19335b

File tree

3 files changed

+179
-45
lines changed

3 files changed

+179
-45
lines changed

VERSION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2025.1.7
1+
2025.1.8

mkdocs/docs/commands/bpm_run.md

+6
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,12 @@ To specify args :
3636

3737
bpm run --bin "hello -y"
3838

39+
## Specify extra args
40+
41+
bpm run -- arg1 arg2
42+
43+
44+
3945
## Launch a command before the project program (only for bin program)
4046

4147
```bash

0 commit comments

Comments
 (0)