Streamline versioning of cli and core into one
This commit is contained in:
parent
94a5aff260
commit
b19eba0560
6 changed files with 9 additions and 13 deletions
|
@ -68,7 +68,7 @@ lurch-dl --url string The url to the video
|
|||
IP address might get banned from the servers.
|
||||
default: 10.0
|
||||
|
||||
Version: cli` + Version + "_core" + core.Version)
|
||||
Version: ` + core.Version)
|
||||
}
|
||||
|
||||
func CliParseArguments() (core.Arguments, CliOnlyArguments, error) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue