Module manage :: Class ChrootCommand
[hide private]
[frames] | no frames]

Class ChrootCommand

source code


Instance Methods [hide private]
 
print_invalid_format(self, chroot_name) source code
 
print_already_exists(self, chroot_name) source code
 
print_doesnt_exist(self, chroot_name) source code

Inherited from flask_script.commands.Command: __call__, __init__, add_option, create_parser, get_options, run

Inherited from object: __delattr__, __format__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __sizeof__, __str__, __subclasshook__

Class Variables [hide private]
  option_list = Option("chroot_names", help= "Chroot name, e.g. ...

Inherited from flask_script.commands.Command: help_args

Properties [hide private]

Inherited from flask_script.commands.Command: description

Inherited from object: __class__

Class Variable Details [hide private]

option_list

Value:
Option("chroot_names", help= "Chroot name, e.g. fedora-18-x86_64.", na\
rgs= "+"),