Ver a proveniência

Improve help

Add usage instructions and short description with the app.
master
TheoryOfNekomata há 2 anos
ascendente
cometimento
9473e29f32
1 ficheiros alterados com 7 adições e 0 eliminações
  1. +7
    -0
      src/index.ts

+ 7
- 0
src/index.ts Ver ficheiro

@@ -9,6 +9,10 @@ import {

void main(
yargs
.scriptName('oblique')
.usage(`Oblique Strategies - Be creative, pick constraints, get to work.

Usage: $0 [-c <cards>] [-f] [-p <presentation>]`)
.option('cards', {
alias: 'c',
description: "List of source for generating cards. Can have 'default', a pipe-delimited string starting with 'text:' or a URL starting with file:/// or http[s]://",
@@ -53,5 +57,8 @@ void main(
default: 'plain',
})
.help()
.alias('h', 'help')
.alias('v', 'version')
.wrap(yargs.terminalWidth())
.parse(hideBin(process.argv)) as MainArgs,
);

Carregando…
Cancelar
Guardar