Git based wiki inspired by Gollum
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

15 行
379B

  1. #!/usr/bin/env python
  2. from realms.commands import cli
  3. if __name__ == '__main__':
  4. print
  5. print "----------------------------------"
  6. print "This script is for development.\n" \
  7. "If you installed via pip, " \
  8. "you should have realms-wiki in your PATH that should be used instead."
  9. print "----------------------------------"
  10. print
  11. cli()