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
The `peer network login` command does not specify that it
requires a username argument:
$ peer network login
Error: Must supply username
Usage:
peer network login [flags]
This change modifies the usage message to:
Usage:
peer network login <username> [flags]
Change-Id: I7ffbc312a9ee33ba34584c4cb57d091ffeb4b2dc
Signed-off-by: Bradley Gorman <[email protected]>
0 commit comments