Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: szaghi/FLAP
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.0.1
Choose a base ref
...
head repository: szaghi/FLAP
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.0.2
Choose a head ref
  • 4 commits
  • 9 files changed
  • 1 contributor

Commits on Mar 23, 2016

  1. Configuration menu
    Copy the full SHA
    1c240f7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    915e680 View commit details
    Browse the repository at this point in the history

Commits on Mar 24, 2016

  1. Fix issue#58 bug on parse defaults

    Fix issue#52 bug on parse defaults: defaults list are wrongly parsed,
    add a *sanitize* before use defaults.
    
    Concurrently add:
    
    + fix issue#57 on "cosmetic" help messages for hidden CLA;
    + make the call to `cli%parse` optional: when call `cli%get` for the
    first time the CLI parsed status is checked an, if necessary,
    `cli%parse` is automatically called;
    
    Minor API changes: `cli%get` and `cli%get_varying` now accept also
    string `args` for passing arguments by string to `cli%parse`.
    szaghi committed Mar 24, 2016
    Configuration menu
    Copy the full SHA
    6756314 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'hotfix/1.0.2'

    szaghi committed Mar 24, 2016
    Configuration menu
    Copy the full SHA
    cc11876 View commit details
    Browse the repository at this point in the history
Loading