File tree Expand file tree Collapse file tree 1 file changed +8
-5
lines changed Expand file tree Collapse file tree 1 file changed +8
-5
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,8 @@ version: v0.0.1
88description : Helpful parser for parsing application arguments
99issues : https://github.com/wsjcpp/wsjcpp-arguments/issues
1010repositories :
11- - " https://github.com/wsjcpp/wsjcpp-arguments"
11+ - type : main
12+ url : " https://github.com/wsjcpp/wsjcpp-arguments"
1213keywords :
1314 - c++
1415 - wsjcpp
@@ -28,12 +29,14 @@ requirements:
2829
2930distribution :
3031 sources :
31- - from : src/wsjcpp_arguments.cpp
32- to : wsjcpp_arguments.cpp
32+ - source-file : src/wsjcpp_arguments.cpp
33+ target-file : wsjcpp_arguments.cpp
3334 sha1 : " 99c2b2d74c99f5427b28df9e2211545ec0c1c6c2"
34- - from : src/wsjcpp_arguments.h
35- to : wsjcpp_arguments.h
35+ type : " source-code"
36+ - source-file : src/wsjcpp_arguments.h
37+ target-file : wsjcpp_arguments.h
3638 sha1 : " 7029bc352d471e9aa778573a8aee162f2bd5cf95"
39+ type : " source-code"
3740
3841unit-tests :
3942 folder : unit-tests # default
You can’t perform that action at this time.
0 commit comments