@@ -59,7 +59,7 @@ ARGUMENTS:
5959OPTIONS:
6060 --since < since> Equivalent to git-log --since: Eg: ' 6 months ago' (default: 6 months ago)
6161 --module < module> The Module to compare. If you specify something, target parameter will be ommited
62- --target < target> The target in your Podfile file to be used
62+ --target < target> The target in your Podfile or Package.swift file to be used (this can be a Product name in SPM)
6363 --output-format < output-format>
6464 csv or json (default: csv)
6565 --version Show the version.
@@ -90,7 +90,7 @@ ARGUMENTS:
9090OPTIONS:
9191 --to < git-object> The git objects to compare the current graph to. Eg: - ' main' , ' my_branch' , ' some_commit_hash' . (default: HEAD, main, master)
9292 --module < module> The Module to compare. If you specify something, target parameter will be ommited
93- --target < target> The target in your Podfile or Package.swift file to be used
93+ --target < target> The target in your Podfile or Package.swift file to be used (this can be a Product name in SPM)
9494 --version Show the version.
9595 -h, --help Show help information.
9696```
@@ -127,7 +127,7 @@ ARGUMENTS:
127127 < directory-path> Path to the directory where Podfile.lock or Package.swift is located (default: .)
128128
129129OPTIONS:
130- --target < target> The target in your Podfile or Package.swift file to be used
130+ --target < target> The target in your Podfile or Package.swift file to be used (this can be a Product name in SPM)
131131 --version Show the version.
132132 -h, --help Show help information.
133133
@@ -157,7 +157,7 @@ ARGUMENTS:
157157 < directory-path> Path to the directory where Podfile.lock or Package.swift is located (default: .)
158158
159159OPTIONS:
160- --target < target> The target in your Podfile or Package.swift file to be used
160+ --target < target> The target in your Podfile or Package.swift file to be used (this can be a Product name in SPM)
161161 --show-only-tests Show only Test targets
162162 --version Show the version.
163163 -h, --help Show help information.
@@ -185,7 +185,7 @@ ARGUMENTS:
185185OPTIONS:
186186 --of < git-object> A git object representing the version to draw the graph for. Eg: - ' main' , ' my_branch' , ' some_commit_hash' .
187187 --module < module> The Module to compare. If you specify something, target parameter will be ommited
188- --target < target> The target in your Podfile or Package.swift file to be used
188+ --target < target> The target in your Podfile or Package.swift file to be used (this can be a Product name in SPM)
189189 --use-multiedge Use multi-edge or unique-edge configuration
190190 --show-externals Show Externals modules dependencies
191191 --version Show the version.
0 commit comments