Skip to content

Commit

Permalink
Fixs a protocol conformance
Browse files Browse the repository at this point in the history
  • Loading branch information
wess committed Nov 30, 2016
1 parent c418856 commit 27f6370
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Sources/overlook/commands/help.swift
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,9 @@ public class HelpCommand : SwiftCLI.HelpCommand, Command {
public let signature = "[<opt>] ..."
public let shortDescription = "Prints help information"

public var printCLIDescription: Bool = true
public var allCommands: [Command] = []
public var printCLIDescription: Bool = true
public var allCommands: [Command] = []
public var availableCommands:[Command] = []

public func setupOptions(options: OptionRegistry) {}

Expand Down

0 comments on commit 27f6370

Please sign in to comment.