Skip to content
Snippets Groups Projects
  1. Nov 21, 2018
    • Mark OLESEN's avatar
      BUG: fix bad environment parsing in foamCreateModuleInclude · 50ccb197
      Mark OLESEN authored
      - The changes in foamCleanPath introduced for issues (#1007, #1008)
        include quoted output of the cleaned environment variable.
        When used in foamCreateModuleInclude, the quotes make their way
        into the final environment. Avoid this by using the -sh-env
        eval format instead.
      
      - add environment extraction of MANPATH changes
      50ccb197
  2. Nov 13, 2017
  3. Nov 24, 2017
    • Mark OLESEN's avatar
      ENH: more succinct output from command-line errors. · 5947f9a3
      Mark OLESEN authored
      - unknown options or missing option values now emit a shorter message
        without the entire usage. This makes it easier to identify the errors
        and is better aligned with the behaviour of GNU system tools.
      
        ====
           $ simpleFoam -case
           Using: OpenFOAM-plus (see www.OpenFOAM.com)
           Build: plus-01234
      
           Error: option '-case' requires an argument
      
           See 'simpleFoam -help' for usage
        ====
      
      - provide for reduced (-help) and full (-help-full) usage information.
        In many cases the reduced usage provided sufficient and easier
        to find the information.
      
      - make -srcDoc an alias for -doc-source
      
      - no warnings about option aliases for future dates.
      5947f9a3