Skip to content

Commit

Permalink
Update the change log and the documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
bobeff committed Dec 25, 2021
1 parent 8323bfa commit eeb1a4a
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
1 change: 1 addition & 0 deletions changelog.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ This is a major release containing four new features:
- Support for lock files.
- Download tarballs when downloading packages from GitHub.
- A setup command.
- Added a `--package, -p` command line option.

## 0.13.0

Expand Down
7 changes: 6 additions & 1 deletion readme.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -436,7 +436,12 @@ files.
The `run` command can be used to build and run any binary specified in your
package's `bin` list. The binary needs to be specified after any compilation flags
if there are several binaries defined. Any flags after the binary or `--`
are passed to the binary when it is run.
are passed to the binary when it is run. It is possible to run a binary from some
dependency package. To do this pass the `--package, -p` option to Nimble. For example:

```
nimble --package:foo run <compilation_flags> bar <run_flags>
```

### nimble c

Expand Down

0 comments on commit eeb1a4a

Please sign in to comment.