This website requires JavaScript.
Explore
Help
Sign in
archive
/
md-pdf
Archived
Watch
1
Fork
You've already forked md-pdf
0
Code
Releases
Packages
Activity
This repository has been archived on
2023-03-26
. You can view files and clone it, but cannot push or open issues or pull requests.
00d5a35f9d
md-pdf
/
md_pdf
/
build
/
cli.py
6 lines
87 B
Python
Raw
Normal View
History
Unescape
Escape
Add skeleton of mvp code
2017-03-27 09:17:49 +01:00
import
click
@click.command
(
'
build
'
,
short_help
=
"
Build document
"
)
def
cli
(
)
:
pass
Copy permalink