schultek / stormberry

Access your postgres database effortlessly from dart code.
https://pub.dev/packages/stormberry
MIT License
68 stars 17 forks source link

Migrate : set variable values via command arguments #33

Closed NirmalAriyathilake closed 1 year ago

NirmalAriyathilake commented 1 year ago

Migrate

Provide 2 ways to change values for variables if environment variables are not specified.

  1. Provide via command line arguments
  2. Provide when asked if not provided via command line arguments or not specified in environment variables

This is a fix for the issue I found when assigning variable values in windows PowerShell using Set-Variable.

schultek commented 1 year ago

Thanks