Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
F
fmt_converter
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Packages
Packages
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
xuebingbing
fmt_converter
Commits
d9354fc5
Commit
d9354fc5
authored
Apr 07, 2021
by
xuebingbing
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
add Version info“
parent
7e26a709
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
main.cpp
src/jfhdconvertor/main.cpp
+1
-1
No files found.
src/jfhdconvertor/main.cpp
View file @
d9354fc5
...
@@ -121,7 +121,7 @@ cxxopts::ParseResult parse(int argc, char* argv[])
...
@@ -121,7 +121,7 @@ cxxopts::ParseResult parse(int argc, char* argv[])
.
add_options
()
.
add_options
()
//("m,mode", "pcd2las : must args --workdir; pcd2las.auto: must args --pcdfile,--lasfile; pcd2las.stationfiles : must args --pcdfile,--lasfile,--jf_station_file, --jd_station_file",
//("m,mode", "pcd2las : must args --workdir; pcd2las.auto: must args --pcdfile,--lasfile; pcd2las.stationfiles : must args --pcdfile,--lasfile,--jf_station_file, --jd_station_file",
// cxxopts::value<std::string>()->default_value("pcd2las.stationfiles"))
// cxxopts::value<std::string>()->default_value("pcd2las.stationfiles"))
(
"h,help"
,
"Print help"
)
(
"h,help"
,
"Print help
(VERSION: 1.1)
"
)
#ifdef CXXOPTS_USE_UNICODE
#ifdef CXXOPTS_USE_UNICODE
(
"unicode"
,
u8"A help option with non-ascii: à. Here the size of the"
(
"unicode"
,
u8"A help option with non-ascii: à. Here the size of the"
" string should be correct"
)
" string should be correct"
)
...
...
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