Skip to content
TylerTemp edited this page Apr 7, 2016 · 2 revisions

Welcome to the docpie wiki!

Summary

docpie is a python command-line interface utility which can build CLI by analyze your doc-string.

docpie shares most syntax as docopt, with more features.

If you've already tried docopt, go Why docpie and read the Note section.

Document Structure

Basic Usage

Advanced Usage

  • Advanced APIs
    • handling --
    • wrap another program
    • remove not-appeared options
    • [options] placeholder
  • Docpie
    • attributes
    • change config
    • change section title
    • serialization and JSONlization
    • preview
  • Auto Handler

More

基本用法

Clone this wiki locally