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
fix: update test eirctl tasks
feat: add a fallback to the chromium browser but prefer own chrome
fix: remove process killer func
+semver: feature
+semver: FEATURE
Copy file name to clipboardExpand all lines: cmd/clear.go
+3Lines changed: 3 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -20,6 +20,9 @@ func newClearCmd(r *Root) {
20
20
cmd:=&cobra.Command{
21
21
Use: "clear-cache <flags>",
22
22
Short: "Clears any stored credentials in the OS secret store",
23
+
Long: `Clears any stored credentials in the OS secret store
24
+
25
+
NB: Occassionally you may encounter a hanging chromium processes if not using own browser binary, you should kill all the instances of the chromium PIDs`,
0 commit comments