Uniformisation of version number (0.9)
Some checks failed
gitea-openium/resgen.swift/pipeline/head There was a failure building this commit

This commit is contained in:
2022-08-29 13:43:06 +02:00
parent a54a264447
commit eef92dc569
8 changed files with 15 additions and 14 deletions

View File

@@ -5,8 +5,8 @@
// Created by Thibaut Schmitt on 10/01/2022.
//
import Foundation
import ToolCore
import Foundation
import ArgumentParser
struct Stringium: ParsableCommand {
@@ -15,7 +15,7 @@ struct Stringium: ParsableCommand {
static var configuration = CommandConfiguration(
abstract: "Generate strings with custom scripts.",
version: "0.1.0"
version: ResgenSwiftVersion
)
// MARK: - Static

View File

@@ -5,8 +5,8 @@
// Created by Thibaut Schmitt on 10/01/2022.
//
import Foundation
import ToolCore
import Foundation
import ArgumentParser
struct Tags: ParsableCommand {
@@ -15,7 +15,7 @@ struct Tags: ParsableCommand {
static var configuration = CommandConfiguration(
abstract: "Generate tags extension file.",
version: "0.1.0"
version: ResgenSwiftVersion
)

View File

@@ -5,8 +5,8 @@
// Created by Thibaut Schmitt on 10/01/2022.
//
import Foundation
import ToolCore
import Foundation
import ArgumentParser
struct Twine: ParsableCommand {
@@ -15,7 +15,7 @@ struct Twine: ParsableCommand {
static var configuration = CommandConfiguration(
abstract: "Generate strings with twine.",
version: "0.1.0"
version: ResgenSwiftVersion
)
// MARK: - Static

View File

@@ -5,6 +5,7 @@
// Created by Thibaut Schmitt on 10/01/2022.
//
import ToolCore
import Foundation
import ArgumentParser
@@ -12,7 +13,7 @@ struct Strings: ParsableCommand {
static var configuration = CommandConfiguration(
abstract: "A utility for generate strings.",
version: "0.1.0",
version: ResgenSwiftVersion,
// Pass an array to `subcommands` to set up a nested tree of subcommands.
// With language support for type-level introspection, this could be