igdm-cli icon indicating copy to clipboard operation
igdm-cli copied to clipboard

flags -u and -p not working

Open timoogo opened this issue 2 years ago • 0 comments

Hi, i wanted to try the flags for autoconnect and the flags always returns the default login screen

> node --version
v16.13.2
> igdm -v (not working)  // ==> 1.4.2 from badges

Steps to reproduce :

  • install igdm
  • trying to connect with igdm -u <THE-USERNAME> -p <THE-PASSWORD>
  • i also tried with separated commands :
    • igdm -u <THE-USERNAME>
    • igdm -p <THE-PASSWORD>
  • Any idea for how we can fix it ?

timoogo avatar May 16 '22 10:05 timoogo