Package copr_cli :: Module main
[hide private]
[frames] | no frames]

Module main

source code


Version: 0.1.0

Functions [hide private]
 
action_build(args)
Method called when the 'build' action has been selected by the user.
source code
 
action_create(args)
Method called when the 'create' action has been selected by the user.
source code
 
action_list(args)
Method called when the 'list' action has been selected by the user.
source code
 
setup_parser()
Set the main arguments.
source code
 
main(argv=[])
Main function
source code
Variables [hide private]
  __description__ = 'CLI tool to run copr'
  __package__ = 'copr_cli'
Function Details [hide private]

action_build(args)

source code 

Method called when the 'build' action has been selected by the user.

:param args: argparse arguments provided by the user

action_create(args)

source code 

Method called when the 'create' action has been selected by the user.

:param args: argparse arguments provided by the user

action_list(args)

source code 

Method called when the 'list' action has been selected by the user.

:param args: argparse arguments provided by the user