Skip to content

Commit 2f3cee1

Browse files
committed
[CPFeature-008] Added the CPInterface protocol
1 parent a0d4a16 commit 2f3cee1

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Sources/CommitPrefix/CPInterface.swift

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,9 @@
2727
import Consler
2828
import Foundation
2929

30-
public protocol CPInterface {
30+
protocol CPInterface {
31+
32+
func outputVersion() -> ConslerOutput
3133

3234
func outputPrefixes() throws -> ConslerOutput
3335

0 commit comments

Comments
 (0)