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

[Options] distinguish stage output for CLI and GUI. Simplify options #177

Open
mm4rks opened this issue Feb 10, 2023 · 1 comment
Open
Labels
feature-request New feature or request

Comments

@mm4rks
Copy link
Collaborator

mm4rks commented Feb 10, 2023

Proposal

Currently we have the option to show stage output in GUI tabs and/or print them as ASCII, giving rise to the following entry in default.json:

...
    "stage_output": {
      "default": "none",
      "title": "Show stage output",
      "type": "string",
      "enum": ["none", "tabs", "ascii", "tabs_and_ascii"],
      "enumDescriptions": ["None", "Tabs", "ASCII", "Tabs + ASCII"],
      "description": "Select how stage output should be displayed.",
...

Do we really need to print ASCII when we use the GUI? Furthermore we can not even show tabs from CLI.

Approach

  • change stage output option to: {none, all, list} <-> {[], ["all"], ["list", "of", "stages"]}
  • always show starting point (if not none / [] )
  • from CLI print ASCII, from GUI show tabs

This simplifies options for stage output considerably.

@mm4rks mm4rks added the feature-request New feature or request label Feb 10, 2023
@mm4rks
Copy link
Collaborator Author

mm4rks commented Feb 10, 2023

Another idea:
Given a stage name, print the previous and the given stage.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature-request New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant