Package commands :: Module comment_chroot
[hide private]
[frames] | no frames]

Module comment_chroot

source code

Functions [hide private]
 
comment_chroot(chrootname, comment)
Add comment to a mock_chroot.
source code
Function Details [hide private]

comment_chroot(chrootname, comment)

source code 

Add comment to a mock_chroot.

Decorators:
  • @click.command()
  • @click.option("--chroot", "-r", "chrootname", required= True)
  • @click.option("--comment", "-c", "comment", required= True)