StreakyCobra / gws

Colorful KISS helper for git workspaces
https://streakycobra.github.io/gws/
MIT License
234 stars 22 forks source link

`gws --help` says "Not in a workspace" #37

Closed yang-ling closed 7 years ago

yang-ling commented 7 years ago

When I run gws --help , it said "Not in a workspace"

I checked source code, and found .projects.gws file is required by all commands other than gws init

I don't think we need .project.gws file to run gws --help. It only prints help messages after all.

gws --help may be the first command a new user would run. The message "Not in a workspace" would confuse new users like me much.

emlun commented 7 years ago

Thanks for the report! I noticed that as well and have already fixed it. :) I'll try to get a release out in the next few days.

emlun commented 7 years ago

This is now fixed in 0.1.16. Thanks again!