Functions | |
def | add_robot |
def | add_user |
def | add_workspace |
def | RobotCompleter |
def | run |
def | ssh |
Variables | |
tuple | users = subprocess.check_output(["awk", "-F:", "{ print $1}", "/etc/passwd"]) |
This file contains utilities for other commands to use. Copyright 2015 Fetch Robotics Inc. Author: Alex Henning
def fetch_tools.util.add_robot | ( | parser | ) |
def fetch_tools.util.add_user | ( | parser | ) |
def fetch_tools.util.add_workspace | ( | parser | ) |
def fetch_tools.util.RobotCompleter | ( | prefix, | |
kwargs | |||
) |
def fetch_tools.util.run | ( | command | ) |
def fetch_tools.util.ssh | ( | user, | |
host, | |||
command, | |||
password = None , |
|||
fname = None |
|||
) |
tuple fetch_tools::util::users = subprocess.check_output(["awk", "-F:", "{ print $1}", "/etc/passwd"]) |