parent
1f4b657ff1
commit
c7cb55c235
|
@ -1,4 +1,4 @@
|
|||
// swift-tools-version:5.4
|
||||
// swift-tools-version:5.5
|
||||
// The swift-tools-version declares the minimum version of Swift required to build this package.
|
||||
|
||||
import PackageDescription
|
||||
|
|
|
@ -21,6 +21,7 @@ Written by Alexis Bridoux. Copyright (c) 2020-present.
|
|||
MIT license, see LICENSE file for details
|
||||
"""
|
||||
|
||||
@main
|
||||
struct ScoutMainCommand: ParsableCommand {
|
||||
|
||||
// MARK: - Constants
|
||||
|
|
|
@ -1,6 +0,0 @@
|
|||
//
|
||||
// Scout
|
||||
// Copyright (c) 2020-present Alexis Bridoux
|
||||
// MIT license, see LICENSE file for details
|
||||
|
||||
ScoutMainCommand.main()
|
Loading…
Reference in New Issue