Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
P
picodata
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Container Registry
Model registry
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
core
picodata
Commits
362e38eb
Commit
362e38eb
authored
5 months ago
by
Diana Tikhonova
Committed by
Diana Tikhonova
4 months ago
Browse files
Options
Downloads
Patches
Plain Diff
clarify delimiter for run -c option
parent
a88d3c3d
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!1447
Clarify delimiter accepted in CLI arguments with multiple values
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/cli/args.rs
+1
-1
1 addition, 1 deletion
src/cli/args.rs
with
1 addition
and
1 deletion
src/cli/args.rs
+
1
−
1
View file @
362e38eb
...
...
@@ -58,7 +58,7 @@ pub struct Run {
value_name
=
"PARAMETER=VALUE"
,
use_value_delimiter
=
false
)]
/// A list of key-value pairs specifying configuration parameters.
/// A
comma-separated
list of key-value pairs specifying configuration parameters.
///
/// These will override both parameters provided in the config.yaml file,
/// the command-line parameters and the environment variables.
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment