Skip to content

Commit

Permalink
Why is it so much different installing from brew than building here
Browse files Browse the repository at this point in the history
  • Loading branch information
wess committed Nov 16, 2016
1 parent f612f32 commit 37220b9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Sources/overlook/commands/help.swift
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ public class HelpCommand : SwiftCLI.HelpCommand, Command {
public let signature = "[<opt>] ..."
public let shortDescription = "Prints help information"

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

public func setupOptions(options: OptionRegistry) {}

Expand Down

0 comments on commit 37220b9

Please sign in to comment.