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

🧑‍💻 login command - print selected username to avoid ambiguity #137

Merged
merged 2 commits into from
Aug 8, 2024

Commits on Jul 31, 2024

  1. 🧑‍💻 login command - print selected username to avoid ambiguity

    This will help preventing an unexpected username saved in the store.
    
    The behaviour is similar to most cli apps:
    
    ```
    $ cl login
    Please enter your user name [default_user_name]: user_input
    ```
    If the user enters empty string, then `default_user_name` is used instead
    of `user_input`.
    💥Hedi Ghediri committed Jul 31, 2024
    Configuration menu
    Copy the full SHA
    dc8e6ae View commit details
    Browse the repository at this point in the history

Commits on Aug 7, 2024

  1. Make CL_USERNAME the default login username

    💥Hedi Ghediri committed Aug 7, 2024
    Configuration menu
    Copy the full SHA
    01e9887 View commit details
    Browse the repository at this point in the history