Issues v0.1.0 Issues.CLI View Source
Handle the command line parsing and the dispatch to the various functions that end up generating a table of the last n issues in a github project
Link to this section Summary
Functions
'argv' can be -h or--help, which returns :help. Otherwise it is a github user name, project name, and (optionally) the number of entries to format. Return a tuple of {user,project,count},or :help if help was given.
Link to this section Functions
Link to this function
decode_response(arg) View Source
Link to this function
main(argv) View Source
Link to this function
parse_args(argv) View Source
'argv' can be -h or--help, which returns :help. Otherwise it is a github user name, project name, and (optionally) the number of entries to format. Return a tuple of {user,project,count},or :help if help was given.
Link to this function
process(arg1) View Source
Link to this function