Skip to content

Commit

Permalink
Update usage of parse function
Browse files Browse the repository at this point in the history
  • Loading branch information
beltex committed Oct 5, 2017
1 parent 53fe857 commit 6f176bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dshb/main.swift
Expand Up @@ -67,7 +67,7 @@ CLI.addOptions(CLIExperimentalOption, CLIFrequencyOption, CLIHelpOption,
CLIUnknownTemperatureSensorsOption, CLIVersionOption)

do {
try CLI.parse(true)
try CLI.parse(strict: true)
} catch {
CLI.printUsage(error)
exit(EX_USAGE)
Expand Down

0 comments on commit 6f176bd

Please sign in to comment.