Functions | |
def | add_arguments |
def | main |
Variables | |
string | help_text = "Print the status of the current workspace" |
string | name = "workspace-status" |
The workspace status command produces a github markdown compatible table of the current worspace. Copyright 2015 Fetch Robotics Inc. Author: Alex Henning
def fetch_tools.commands.workspace_status.add_arguments | ( | parser | ) |
Definition at line 45 of file workspace_status.py.
def fetch_tools.commands.workspace_status.main | ( | args | ) |
Definition at line 18 of file workspace_status.py.
string fetch_tools::commands::workspace_status::help_text = "Print the status of the current workspace" |
Definition at line 15 of file workspace_status.py.
string fetch_tools::commands::workspace_status::name = "workspace-status" |
Definition at line 14 of file workspace_status.py.