MCPcopy Create free account
hub / github.com/AGWA/git-crypt / help_keygen

Function help_keygen

commands.cpp:1405–1411  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1403}
1404
1405void help_keygen (std::ostream& out)
1406{
1407 // |--------------------------------------------------------------------------------| 80 chars
1408 out << "Usage: git-crypt keygen FILENAME" << std::endl;
1409 out << std::endl;
1410 out << "When FILENAME is -, write to standard out." << std::endl;
1411}
1412int keygen (int argc, const char** argv)
1413{
1414 if (argc != 1) {

Callers 2

help_for_commandFunction · 0.85
keygenFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected