Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
gaoqiong
MIGraphX
Commits
f1cf5cf0
Commit
f1cf5cf0
authored
Jun 05, 2019
by
Paul
Browse files
Formatting
parent
a1227700
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
3 deletions
+4
-3
src/driver/main.cpp
src/driver/main.cpp
+4
-3
No files found.
src/driver/main.cpp
View file @
f1cf5cf0
...
@@ -177,9 +177,10 @@ struct main_command
...
@@ -177,9 +177,10 @@ struct main_command
static
std
::
string
get_command_help
()
static
std
::
string
get_command_help
()
{
{
std
::
string
result
=
"Commands:
\n
"
;
std
::
string
result
=
"Commands:
\n
"
;
return
std
::
accumulate
(
get_commands
().
begin
(),
get_commands
().
end
(),
result
,
[](
auto
r
,
auto
&&
p
)
{
return
std
::
accumulate
(
get_commands
().
begin
(),
return
r
+
" "
+
p
.
first
+
"
\n
"
;
get_commands
().
end
(),
});
result
,
[](
auto
r
,
auto
&&
p
)
{
return
r
+
" "
+
p
.
first
+
"
\n
"
;
});
}
}
void
parse
(
argument_parser
&
ap
)
void
parse
(
argument_parser
&
ap
)
{
{
...
...
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