Changes between Version 32 and Version 33 of Grass8Planning
- Timestamp:
- 09/06/18 17:23:55 (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Grass8Planning
v32 v33 40 40 * Only exception to the rule should be `--help`. 41 41 * 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). 42 43 * 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.) 43 44 ==== Color tables ====