Re: #2483 - Add pgAdmin users via a CLI or script call

2023-09-05 Thread Akshay Joshi
Seems good to me. On Mon, Sep 4, 2023 at 5:20 PM Khushboo Vashi < khushboo.va...@enterprisedb.com> wrote: > Hello hackers, > > I am working on #2483 - Add pgAdmin users via a CLI or script call. > As we want a consistent and centralised CLI, I suggest replacing Argparse >

#2483 - Add pgAdmin users via a CLI or script call

2023-09-04 Thread Khushboo Vashi
Hello hackers, I am working on #2483 - Add pgAdmin users via a CLI or script call. As we want a consistent and centralised CLI, I suggest replacing Argparse with the Typer <https://pypi.org/project/typer/> package. The main advantage of the Typer is that it decreases the complexity and is