Changes between Version 32 and Version 33 of Grass8Planning


Ignore:
Timestamp:
Sep 6, 2018, 5:23:55 PM (6 years ago)
Author:
wenzeslaus
Comment:

update on --text versus -text

Legend:

Unmodified
Added
Removed
Modified
  • Grass8Planning

    v32 v33  
    4040 * Only exception to the rule should be `--help`.
    4141 * Possibly use one of Python libraries ([https://docs.python.org/3/howto/argparse.html argparse] >2.7 and >3.2, [https://docs.python.org/3.6/library/optparse.html] in 2.6 and 3.8? but deprecated since 2.7, [https://docs.python.org/3/library/getopt.html getopt] not recommended for general use).
     42 * The two dash long options (such as `--text`) are now in help, messages, and documentation (see r73100, r73263, r73265, and #1665). The one dash long ones (such as `-text`) are still allowed, but not advertised. The one letter only ones (such as `-c`) still don't have long equivalent and vice versa).
    4243* Unify `GRASS_BATCH_JOB` with `--exec` (don't use the `shell=True` for it) or possibly depreciate, or even remove it. (Goal: Simpler documentation and implementation.)
    4344==== Color tables ====