Skip to content

Commit

Permalink
Rename files
Browse files Browse the repository at this point in the history
  • Loading branch information
finestructure committed Apr 5, 2019
1 parent d056cfc commit e348262
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Sources/Rester/main.swift
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
import ResterCore

main.run(ResterVersion)
app.run(ResterVersion)
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ func after(name: Request.Name, response: Response, result: ValidationResult) ->
}


public let main = command(
public let app = command(
Flag("verbose", flag: "v", description: "Verbose output"),
Option<String>("workdir", default: "", flag: "w", description: "Working directory (for the purpose of resolving relative paths in Restfiles)"),
Option<TimeInterval>("timeout", default: 10, flag: "t", description: "Request timeout"),
Expand Down

0 comments on commit e348262

Please sign in to comment.