Each command should load its options into globaldata

Issue #18 resolved
Bart Bogaerts created an issue

Each command should put its provided options into the globaldata. Otherwise it will by default use the default options (difficult to detect ofcourse). If this is done, all option arguments can be dropped elsewhere in the code.

Comments (3)

  1. Bart Bogaerts reporter

    Wat we willen is het volgende: je geeft geen optieblokken meer mee aan de commando's maar stelt ze op voorhand gewoon in.

    • setoptions(A)
      • commadndo 1
      • commando 2
      • ->(gebruiken optieblko a)
    • setoptions(B)
      • command3
      • command1
      • ->(gebruiken opties B)
  2. Log in to comment