Add run code for SigningCommand.

This commit is contained in:
Marek Fořt 2020-03-16 21:20:26 +01:00
parent 53a3585290
commit 9b4de08ef1
1 changed files with 1 additions and 1 deletions

View File

@ -36,6 +36,6 @@ class SigningCommand: NSObject, Command {
}
func run(with arguments: ArgumentParser.Result) throws {
try signingCipher.decryptSigning(at: FileHandler.shared.currentPath)
argumentParser.printUsage(on: stdoutStream)
}
}