We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e8d4cff commit cdc0a61Copy full SHA for cdc0a61
src/yargs.ts
@@ -118,6 +118,12 @@ export async function setup(): Promise<Argv> {
118
type: 'boolean',
119
default: defaults.highlightCode,
120
})
121
+ .option('colorScheme', {
122
+ alias: 'cs',
123
+ describe: 'Color scheme of HTML output',
124
+ choices: choices.colorScheme,
125
+ default: defaults.colorScheme,
126
+ })
127
.option('summary', {
128
alias: 'su',
129
describe: 'Show files summary',
@@ -234,12 +240,6 @@ export async function setup(): Promise<Argv> {
234
240
type: 'array',
235
241
default: defaults.ignore,
236
242
237
- .option('colorScheme', {
238
- alias: 'cs',
239
- describe: 'Color scheme of HTML output',
- choices: choices.colorScheme,
- default: defaults.colorScheme,
- })
243
.example(
244
'diff2html -s line -f html -d word -i command -o preview -- -M HEAD~1',
245
'diff last commit, line by line, word comparison between lines,' +
AltStyle によって変換されたページ (->オリジナル) / アドレス: モード: デフォルト 音声ブラウザ ルビ付き 配色反転 文字拡大 モバイル
0 commit comments