Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Rework the CLI tools. #300

Merged
merged 4 commits into from
Jun 26, 2024
Merged

Rework the CLI tools. #300

merged 4 commits into from
Jun 26, 2024

Commits on Jun 25, 2024

  1. Try again to simplify the CLI tools.

    Remove the Command and ValueArgument interface. Everything is an
    Argument and has a value and a default value.
    tinevez committed Jun 25, 2024
    Configuration menu
    Copy the full SHA
    059f52d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6a21498 View commit details
    Browse the repository at this point in the history
  3. Try to make the CLI tool selectables serializable.

    WIP: I still miss a way of making the UI aware that the selected
    argument has changed.
    tinevez committed Jun 25, 2024
    Configuration menu
    Copy the full SHA
    ecb9b6f View commit details
    Browse the repository at this point in the history

Commits on Jun 26, 2024

  1. Make the selectables in sync with the GUI and the settings maps in CL…

    …I tools.
    
    Rework the handling of selectables in the GUI creator that was
    (more) ugly.
    tinevez committed Jun 26, 2024
    Configuration menu
    Copy the full SHA
    df66ef4 View commit details
    Browse the repository at this point in the history