Skip to content

replaced old comand line parser and help file by argparse method.

Robin Antix requested to merge Robin-antiX/desktop-menu-antix:test-07 into master

Updates:

  • Replaced old command line parser and help file by argparse
  • Made a global object from all the variables to allow easy reset to default values.
  • Modularised the code by moving it to functions.
  • Some minor additional fixings applied.
  • Restored and adapted config file functionality to the new parser
  • Updated locale handling to allow proper treatment of locales within output files in multi user environments
  • Updated translatable string generation to .(format) method instead of concatenation of strings and variables.
  • Setup functionality added (could also get outsourced to postinstall of the package)
  • Made base folder easy configurable within script
  • Fixes in link and file treatment,
  • User Input checking of invalid option combination,
  • Improved help texts and fixed translation strings. (ver 3.32c)
  • Updated locale source files (.po type) and files for use (.mo type) from transifex (100+ languages)
Edited by Robin Antix

Merge request reports