PARSER.add_argument('--server-name','-n',help="Name for this server to use in the dashboard",type=str,action='store',dest='arg_name',nargs='?')
PARSER.add_argument('--config-dir','-c',help="The location to your local Storjshare config file",type=str,action='store',dest='arg_config_dir',nargs='?')
PARSER.add_argument('--force','-f',help="This will regenerate the cron and config file if it already exists",action='store_true',dest='arg_force')