File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -12,8 +12,8 @@ A cross-platform header only C++14 library for interactive command line interfac
1212
1313[ :heart : Sponsor] ( https://github.com/sponsors/daniele77 )
1414
15- ** IMPORTANT: Breaking API changes** Version 2.0 of ` cli ` have made breaking changes in order to add more functionality.
16- To migrate your application to new ` cli ` version your code , see the secion
15+ ** IMPORTANT: Breaking API changes! ** Version 2.0 of ` cli ` has made breaking changes in order to add more functionality.
16+ To migrate your application to new ` cli ` version, see the section
1717"Async programming and Schedulers" of this file, or the examples that come with the library.
1818
1919## Features
@@ -140,7 +140,7 @@ Set the environment variable BOOST. Then, open the file
140140If you have doxygen installed on your system, you can get the html documentation
141141of the library in this way:
142142
143- <enter the directory doc/doxy>
143+ cd doc/doxy
144144 doxygen Doxyfile
145145
146146## CLI usage
You can’t perform that action at this time.
0 commit comments