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

Function help_unlock

commands.cpp:1008–1013  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1006}
1007
1008void help_unlock (std::ostream& out)
1009{
1010 // |--------------------------------------------------------------------------------| 80 chars
1011 out << "Usage: git-crypt unlock" << std::endl;
1012 out << " or: git-crypt unlock KEY_FILE ..." << std::endl;
1013}
1014int unlock (int argc, const char** argv)
1015{
1016 // 1. Make sure working directory is clean (ignoring untracked files)

Callers 1

help_for_commandFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected