-
Notifications
You must be signed in to change notification settings - Fork 990
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
Correct conan build path arg description #13211
Merged
memsharded
merged 1 commit into
conan-io:develop2
from
kammce:fix/build-cli-path-inputs
Feb 23, 2023
Merged
Correct conan build path arg description #13211
memsharded
merged 1 commit into
conan-io:develop2
from
kammce:fix/build-cli-path-inputs
Feb 23, 2023
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Change conan build argument description for "path" to indicate it is only for conanfile.py and explicitly state that it does not work with conanfile.txt. Resolves conan-io#13198
memsharded
approved these changes
Feb 23, 2023
Thanks for your contribution! |
AbrilRBS
added a commit
to AbrilRBS/docs
that referenced
this pull request
Mar 2, 2023
AbrilRBS
added a commit
to AbrilRBS/docs
that referenced
this pull request
Mar 2, 2023
czoido
pushed a commit
to conan-io/docs
that referenced
this pull request
Mar 3, 2023
czoido
added a commit
to conan-io/docs
that referenced
this pull request
Mar 3, 2023
* Fix command conan remote (#3031) * Fix conan remote add -h content * Fix indentation * Change 'optional arguments' to 'options' Makes it identical to the actual command line output. * Add info on .conanignore (#3036) * Add info on .conanignore * Add missing point * Update conan config install documentation (#3035) * Fix conan remote auth help typo (#3039) * Fix conan remote auth help typo * Fix whitespace issue * fix typo for import syntax (#3024) * Update tools.rst (#3047) Fix typo * Change documentation from conan-io/conan#13211 (#3046) * add docs (#3049) * remove from docs (#3050) * 2.0.1 docs --------- Co-authored-by: Kasurus <38571075+Kasurus@users.noreply.github.com> Co-authored-by: Rubén Rincón Blanco <rubenrb@jfrog.com> Co-authored-by: Chris Mc <christopherm@jfrog.com> Co-authored-by: Caijinglong <cjl_spy@163.com>
memsharded
pushed a commit
to conan-io/docs
that referenced
this pull request
Mar 29, 2023
* Fix command conan remote (#3031) * Fix conan remote add -h content * Fix indentation * Change 'optional arguments' to 'options' Makes it identical to the actual command line output. * Add info on .conanignore (#3036) * Add info on .conanignore * Add missing point * Update conan config install documentation (#3035) * Fix conan remote auth help typo (#3039) * Fix conan remote auth help typo * Fix whitespace issue * fix typo for import syntax (#3024) * Update tools.rst (#3047) Fix typo * Change documentation from conan-io/conan#13211 (#3046) * add docs (#3049) * remove from docs (#3050) * Fix typo --------- Co-authored-by: Carlos Zoido <mrgalleta@gmail.com> Co-authored-by: Kasurus <38571075+Kasurus@users.noreply.github.com> Co-authored-by: Rubén Rincón Blanco <rubenrb@jfrog.com> Co-authored-by: Chris Mc <christopherm@jfrog.com> Co-authored-by: Caijinglong <cjl_spy@163.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Changelog: Fix: Change
conan build
argument description for "path" to indicate it is only for conanfile.py and explicitly state that it does not work with conanfile.txt.Docs: conan-io/docs#3046
Resolves #13198