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

feat: support multiple default values #203

Closed

Commits on May 23, 2022

  1. feat: support multiple default values

    This CL supports multiple default values like <proxy=cfg1|cfg2|cfg3>,
    this parameter will rendered like this in `generateView`:
    
    ```
    --proxy=cfg1|cfg2|cfg3----------------------------------
    |cfg1                                                  |
    |cfg2                                                  |
    |cfg3                                                  |
    |------------------------------------------------------
    ```
    
    then we can use up/down arrow to select the wanted item, after press
    `enter` evaluateResult will be executed.
    
    This CL also let the parameter view's title use larger width.
    
    close knqyf263#192
    hitzhangjie committed May 23, 2022
    Configuration menu
    Copy the full SHA
    c656f58 View commit details
    Browse the repository at this point in the history