]>
git.saurik.com Git - apple/security.git/blob - sec/SecurityTool/builtin_commands.h
5 // Created by Mitch Adler on 1/9/13.
9 #include "SecurityTool/security_tool_commands.h"
11 SECURITY_COMMAND("help", help
,
13 "Show all commands. Or show usage for a command.")
15 SECURITY_COMMAND("digest", command_digest
,
17 "Where algo is one of:\n"
21 "Calculate a digest over the given file(s).")