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

doc(workflow): path .. whether -> where #1278

Merged
merged 1 commit into from
Dec 3, 2024
Merged
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
2 changes: 1 addition & 1 deletion nimble-guide/docs/workflow.md
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ If present, the validity of the package's develop file is added to the requireme

The `develop` command has a list of options:

* `-p, --path path` - Specifies the path whether the packages should be cloned.
* `-p, --path path` - Specifies the path where the packages should be cloned.
* `-c, --create [path]` - Creates an empty develop file with the name `nimble.develop` in the current directory, or, if a path is present, to the given directory with a given name.
* `-a, --add path` - Adds the package at the given path to the `nimble.develop` file.
* `-r, --removePath path` - Removes the package at the given path from the `nimble.develop` file.
Expand Down