Method: Techbook::CLI#build
- Defined in:
- lib/techbook/cli.rb
#build ⇒ Object
20 21 22 23 24 25 26 27 28 |
# File 'lib/techbook/cli.rb', line 20 def build Builder.run pdf: [:pdf], mobi: [:mobi], epub: [:epub], html: [:html], docbook: [:docbook], output: [:output], watch: [:watch] end |