Skip to content

Commit 2902e4f

Browse files
committed
update bin; part of #207
1 parent a06adb1 commit 2902e4f

File tree

14 files changed

+14
-0
lines changed

14 files changed

+14
-0
lines changed

bin/am2html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ var argv = require("yargs")
3030
.usage("Usage: am2html [options] 'math' > file.html",{
3131
speech: {
3232
boolean: true,
33+
default: true,
3334
describe: "include speech text"
3435
},
3536
linebreaks: {

bin/am2htmlcss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ var argv = require("yargs")
3030
.usage("Usage: am2htmlcss [options] 'math' > file.html",{
3131
speech: {
3232
boolean: true,
33+
default: true,
3334
describe: "include speech text"
3435
},
3536
linebreaks: {

bin/am2mml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ var argv = require("yargs")
3030
.usage("Usage: am2mml [options] 'math' > file.mml",{
3131
speech: {
3232
boolean: true,
33+
default: true,
3334
describe: "include speech text"
3435
},
3536
semantics: {

bin/am2svg

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ var argv = require("yargs")
3030
.usage("Usage: am2svg [options] 'math' > file.svg",{
3131
linebreaks: {
3232
boolean: true,
33+
default: true,
3334
describe: "perform automatic line-breaking"
3435
},
3536
speech: {

bin/mml2html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ var argv = require("yargs")
3030
.usage("Usage: mml2html [options] 'math' > file.html",{
3131
speech: {
3232
boolean: true,
33+
default: true,
3334
describe: "include speech text"
3435
},
3536
linebreaks: {

bin/mml2htmlcss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ var argv = require("yargs")
3030
.usage("Usage: mml2htmlcss [options] 'math' > file.html",{
3131
speech: {
3232
boolean: true,
33+
default: true,
3334
describe: "include speech text"
3435
},
3536
linebreaks: {

bin/mml2mml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ var argv = require("yargs")
3131
.usage("Usage: mml2mml [options] 'math' > file.mml",{
3232
speech: {
3333
boolean: true,
34+
default: true,
3435
describe: "include speech text"
3536
},
3637
extensions: {

bin/mml2svg

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ var argv = require("yargs")
3434
},
3535
speech: {
3636
boolean: true,
37+
default: true,
3738
describe: "include speech text"
3839
},
3940
font: {

bin/mml2svg-html5

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ var argv = require("yargs")
4242
},
4343
speech: {
4444
boolean: true,
45+
default: true,
4546
describe: "include speech text"
4647
},
4748
font: {

bin/tex2html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ var argv = require("yargs")
3434
},
3535
speech: {
3636
boolean: true,
37+
default: true,
3738
describe: "include speech text"
3839
},
3940
linebreaks: {

0 commit comments

Comments
 (0)