#include "SheppCommandFunctions.H"
#include "AsnCheck.H"
#include "AsnCreate.H"
#include "AsnDelete.H"
#include "AsnInfo.H"
#include "AsnRenew.H"
#include "AsnTransfer.H"
#include "AsnUpdate.H"
Go to the source code of this file.
Functions | |
int | cmd_asn_help (string error_msg, string specific="") |
print asn command usage info | |
int | cmd_asn_check (vector< string > &args) |
asn check command function | |
int | cmd_asn_create (vector< string > &args) |
asn create command function | |
int | cmd_asn_delete (vector< string > &args) |
asn check delete function | |
int | cmd_asn_info (vector< string > &args) |
asn info command function | |
int | cmd_asn_renew (vector< string > &args) |
asn renew command function | |
int | cmd_asn_transfer (vector< string > &args) |
asn transfer command function | |
int | cmd_asn_update (vector< string > &args) |
asn update command function | |
int | cmd_asn (vector< string > &args) |
main asn command |
int cmd_asn | ( | vector< string > & | args | ) |
main asn command
arg | command-line input arguments |
int cmd_asn_check | ( | vector< string > & | args | ) |
asn check command function
args | vector with command-line arguments |
int cmd_asn_create | ( | vector< string > & | args | ) |
asn create command function
args | vector with command-line arguments |
int cmd_asn_delete | ( | vector< string > & | args | ) |
asn check delete function
args | vector with command-line arguments |
int cmd_asn_help | ( | string | error_msg, | |
string | specific = "" | |||
) |
print asn command usage info
error_msg | error message to be printed | |
specific | optional, choses specific sub-command |
int cmd_asn_info | ( | vector< string > & | args | ) |
asn info command function
args | vector with command-line arguments |
int cmd_asn_renew | ( | vector< string > & | args | ) |
asn renew command function
args | vector with command-line arguments |
int cmd_asn_transfer | ( | vector< string > & | args | ) |
asn transfer command function
args | vector with command-line arguments |
int cmd_asn_update | ( | vector< string > & | args | ) |
asn update command function
args | vector with command-line arguments |