mirror of
https://github.com/tsolomko/SWCompression.git
synced 2026-06-23 14:56:41 +00:00
Remove swcomp revision and update swcomp's description
This commit is contained in:
@@ -7,14 +7,12 @@ import Foundation
|
||||
import SWCompression
|
||||
import SwiftCLI
|
||||
|
||||
/* TODO: Switch to usage of Bundle.allBundles() function of Foundation framework when it becomes implemented.*/
|
||||
// Version constants:
|
||||
let SWCompressionVersion = "3.4.0"
|
||||
let swcompRevision = "88"
|
||||
|
||||
CLI.setup(name: "swcomp",
|
||||
version: "\(swcompRevision), SWCompression version: \(SWCompressionVersion)",
|
||||
description: "swcomp - small command-line client for SWCompression framework.")
|
||||
version: "3.4.0",
|
||||
description: """
|
||||
swcomp - small command-line client for SWCompression framework.
|
||||
Serves as an example of SWCompression usage.
|
||||
""")
|
||||
SwiftCLI.GlobalOptions.source(GlobalOptions.self)
|
||||
CLI.register(commands: [XZCommand(),
|
||||
LZMACommand(),
|
||||
|
||||
Reference in New Issue
Block a user