Skip to content

Commit eeb1a4a

Browse files
committed
Update the change log and the documentation
1 parent 8323bfa commit eeb1a4a

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

changelog.markdown

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ This is a major release containing four new features:
1111
- Support for lock files.
1212
- Download tarballs when downloading packages from GitHub.
1313
- A setup command.
14+
- Added a `--package, -p` command line option.
1415

1516
## 0.13.0
1617

readme.markdown

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -436,7 +436,12 @@ files.
436436
The `run` command can be used to build and run any binary specified in your
437437
package's `bin` list. The binary needs to be specified after any compilation flags
438438
if there are several binaries defined. Any flags after the binary or `--`
439-
are passed to the binary when it is run.
439+
are passed to the binary when it is run. It is possible to run a binary from some
440+
dependency package. To do this pass the `--package, -p` option to Nimble. For example:
441+
442+
```
443+
nimble --package:foo run <compilation_flags> bar <run_flags>
444+
```
440445

441446
### nimble c
442447

0 commit comments

Comments
 (0)