Overview
Comment: | [njs] Update doc |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | nodejs |
Files: | files | file ages | folders |
SHA3-256: |
b52fc4588c129379e903b0d281cbec99 |
User & Date: | IllusionPerdu on 2018-10-22 11:22:51 |
Other Links: | branch diff | manifest | tags |
Context
2018-10-22
| ||
18:50 | [njs] Load personal dic error argument when is json check-in: 4cffd5d5c6 user: IllusionPerdu tags: nodejs | |
11:22 | [njs] Update doc check-in: b52fc4588c user: IllusionPerdu tags: nodejs | |
11:15 | [njs] Move check for loading dictionary in api check-in: c03dede353 user: IllusionPerdu tags: nodejs | |
Changes
Modified gc_lang/fr/nodejs/cli/bin/gramma-cli.js from [05ea2921ae] to [ac949da644].
︙ | |||
118 119 120 121 122 123 124 | 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 | - + + + + + + + + + + + + + | execute: "" }, tfoption: { short: "", arg: "+/-name", description: "Définit les options à utiliser par le formateur de texte.", execute: "" |
︙ | |||
472 473 474 475 476 477 478 | 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 | - + | repAction["help"].push(' * pour le client exemple: «gramma-cli --command "mot/texte"».'); repAction["help"].push(" * le serveur se lance avec la commande «gramma-cli --server --port 8085»."); repAction["help"].push(""); repAction["help"].push("========================= Les commandes/arguments: ========================"); repAction["help"].push(""); for (const action in cmdAction) { |
︙ |
Modified gc_lang/fr/nodejs/cli/readme.md from [4ab9518690] to [7eaed8c5ad].
︙ | |||
10 11 12 13 14 15 16 | 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 | - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + | ## Installation > npm install grammalecte-cli -g ## Commandes |
︙ |