Functions | |
def | add_arguments (parser) |
def | main (args) |
Variables | |
string | create_user_script |
string | help_text = "Create an account on a robot" |
string | name = "create-account" |
string | setup_user_script |
The create account command creates a new user account on the specified robot. Copyright 2015 Fetch Robotics Inc. Author: Alex Henning
def fetch_tools.commands.create_account.add_arguments | ( | parser | ) |
Definition at line 122 of file create_account.py.
def fetch_tools.commands.create_account.main | ( | args | ) |
Definition at line 36 of file create_account.py.
string fetch_tools.commands.create_account.create_user_script |
Definition at line 20 of file create_account.py.
string fetch_tools.commands.create_account.help_text = "Create an account on a robot" |
Definition at line 18 of file create_account.py.
string fetch_tools.commands.create_account.name = "create-account" |
Definition at line 17 of file create_account.py.
string fetch_tools.commands.create_account.setup_user_script |
Definition at line 26 of file create_account.py.