You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Check if its a gauge project before init
If gauge --init is done in a existing gauge project dir, it exits with a
proper message.
To verify if its a Gauge project or not, Gauge looks for manifest.json
in current dir and also checks if field `Langauge` is set.
Ref getgauge#412