fix
This commit is contained in:
9
book/node_modules/asciidoctor/bin/asciidoctor
generated
vendored
Executable file
9
book/node_modules/asciidoctor/bin/asciidoctor
generated
vendored
Executable file
@ -0,0 +1,9 @@
|
||||
#!/usr/bin/env node
|
||||
|
||||
'use strict'
|
||||
|
||||
process.title = 'asciidoctor'
|
||||
const { Options, Invoker } = require('@asciidoctor/cli')
|
||||
|
||||
const options = new Options().parse(process.argv)
|
||||
new Invoker(options).invoke()
|
Reference in New Issue
Block a user