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
8
8
description : Helpful parser for parsing application arguments
9
9
issues : https://github.com/wsjcpp/wsjcpp-arguments/issues
10
10
repositories :
11
- - " https://github.com/wsjcpp/wsjcpp-arguments"
11
+ - type : main
12
+ url : " https://github.com/wsjcpp/wsjcpp-arguments"
12
13
keywords :
13
14
- c++
14
15
- wsjcpp
@@ -28,12 +29,14 @@ requirements:
28
29
29
30
distribution :
30
31
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
33
34
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
36
38
sha1 : " 7029bc352d471e9aa778573a8aee162f2bd5cf95"
39
+ type : " source-code"
37
40
38
41
unit-tests :
39
42
folder : unit-tests # default
You can’t perform that action at this time.
0 commit comments