Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
vidjil
vidjil
Commits
1fa65b5c
Commit
1fa65b5c
authored
Mar 20, 2019
by
Mathieu Giraud
Browse files
vidjil.cpp: bikeshed help strings from vidjil.cpp rather than in lib/CLI11.hpp
Better than what was done in 5359314cb.
parent
6fc60d59
Pipeline
#69640
passed with stages
in 241 minutes and 47 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
algo/vidjil.cpp
View file @
1fa65b5c
...
...
@@ -224,6 +224,8 @@ int main (int argc, char **argv)
#endif
CLI
::
App
app
{
"# vidjil-algo -- V(D)J recombinations analysis"
,
argv
[
0
]};
app
.
get_formatter
()
->
label
(
"REQUIRED"
,
""
);
app
.
get_formatter
()
->
label
(
"Positionnals"
,
""
);
app
.
failure_message
(
failure_message_doc
);
//$$ options: defaults
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment