#include "SheppCommandFunctions.H"
#include "BrOrgCheck.H"
#include "BrOrgInfo.H"
#include "BrOrgCreate.H"
#include "BrOrgUpdate.H"
Go to the source code of this file.
Functions | |
int | cmd_brorg_help (string error_msg, string specific="") |
print brorg command usage info | |
int | cmd_brorg_check (vector< string > &args) |
brorg check command function | |
int | cmd_brorg_info (vector< string > &args) |
brorg info command function | |
int | cmd_brorg_transfer (vector< string > &args) |
brorg transfer command function | |
int | cmd_brorg_create (vector< string > &args) |
brorg create command function | |
int | cmd_brorg_delete (vector< string > &args) |
brorg delete command function | |
int | cmd_brorg_renew (vector< string > &args) |
brorg renew command function | |
int | cmd_brorg_update (vector< string > &args) |
brorg update command function | |
int | cmd_brorg (vector< string > &args) |
main brorg command |
int cmd_brorg | ( | vector< string > & | args | ) |
main brorg command
arg | command-line input arguments |
int cmd_brorg_check | ( | vector< string > & | args | ) |
brorg check command function
args | vector with command-line arguments |
int cmd_brorg_create | ( | vector< string > & | args | ) |
brorg create command function
args | vector with command-line arguments |
int cmd_brorg_delete | ( | vector< string > & | args | ) |
brorg delete command function
args | vector with command-line arguments |
int cmd_brorg_help | ( | string | error_msg, | |
string | specific = "" | |||
) |
print brorg command usage info
error_msg | error message to be printed | |
specific | optional, choses specific sub-command |
int cmd_brorg_info | ( | vector< string > & | args | ) |
brorg info command function
args | vector with command-line arguments |
int cmd_brorg_renew | ( | vector< string > & | args | ) |
brorg renew command function
args | vector with command-line arguments |
int cmd_brorg_transfer | ( | vector< string > & | args | ) |
brorg transfer command function
args | vector with command-line arguments |
int cmd_brorg_update | ( | vector< string > & | args | ) |
brorg update command function
args | vector with command-line arguments |