docs: sync README param names with #18/#19 renames#20
Merged
Conversation
…#19 Agent-Logs-Url: https://github.com/FertigLab/ontrack/sessions/190d3356-4e2a-4991-89f2-d08e20ba9b76 Co-authored-by: dimalvovs <1246862+dimalvovs@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Fix README to reflect new parameter names after changes
docs: sync README param names with #18/#19 renames
Mar 31, 2026
dimalvovs
requested changes
Mar 31, 2026
Contributor
dimalvovs
left a comment
There was a problem hiding this comment.
I think lines 77 and 83 of README do not require changes, as these describe individual groups, not the groups parameter. looks good otherwise.
Agent-Logs-Url: https://github.com/FertigLab/ontrack/sessions/095a5e31-d89a-41e0-ae0b-9de5291cc6c7 Co-authored-by: dimalvovs <1246862+dimalvovs@users.noreply.github.com>
Contributor
Author
Reverted in e1ad133. Note that |
Contributor
|
@copilot yes, please do also change the code's print label to match the documentation. |
Agent-Logs-Url: https://github.com/FertigLab/ontrack/sessions/ee930496-667f-4b2d-a188-1a05bbf1e9c0 Co-authored-by: dimalvovs <1246862+dimalvovs@users.noreply.github.com>
Contributor
Author
dimalvovs
approved these changes
Mar 31, 2026
This file contains hidden or 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
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.
README still referenced the pre-#18/19 parameter names (
--group,group:) after those PRs renamed them to--groups/groups:(list format). Also aligns the runtime print label inontrack.pywith the documentation.Changes
group: your_group_name→groups:\n - your_group_namegroup→groups; description updated to reflect list type and--groupsoverride--group GROUP→--groups GROUP [GROUP ...]--groupsGroup :(describes an individual group value, not the parameter name)ontrack.py: print label changed fromGroups :toGroup :to match the documented example output