def INIT():
'''Init repo `fabsetup_custom` with custom tasks and config.'''
# decorator @needs_repo_fabsetup_custom makes the job
print(green('Initialization finished\n'))
print('List available tasks: ' + blue('fab -l'))
print('Show details of a task: `fab -d <task>`, eg.: ' +
blue('fab -d setup_webserver'))
评论列表
文章目录