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

Function help_rm_gpg_user

commands.cpp:1323–1331  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1321}
1322
1323void help_rm_gpg_user (std::ostream& out)
1324{
1325 // |--------------------------------------------------------------------------------| 80 chars
1326 out << "Usage: git-crypt rm-gpg-user [OPTIONS] GPG_USER_ID ..." << std::endl;
1327 out << std::endl;
1328 out << " -k, --key-name KEYNAME Remove user from given key, instead of default" << std::endl;
1329 out << " -n, --no-commit Don't automatically commit" << std::endl;
1330 out << std::endl;
1331}
1332int rm_gpg_user (int argc, const char** argv) // TODO
1333{
1334 std::clog << "Error: rm-gpg-user is not yet implemented." << std::endl;

Callers 1

help_for_commandFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected