Improve tea logout #213

Merged
6543 merged 4 commits from 6543/tea:impruve-logout into master 2020-10-02 15:45:57 +00:00
Owner
  • do not use os.Args
  • logout need no option if there is only one login
  • move DeleteLogin function in related package
* do not use os.Args * logout need no option if there is only one login * move DeleteLogin function in related package
6543 added this to the v0.6.0 milestone 2020-10-01 21:37:27 +00:00
6543 added the
kind
enhancement
kind
refactor
status/needs-reviews
labels 2020-10-01 21:37:27 +00:00
6543 added 1 commit 2020-10-01 21:37:28 +00:00
Some checks failed
continuous-integration/drone/pr Build is failing
ac77ce7818
Impruve logout
noerw changed title from Impruve "logout" to Improve `tea logout` 2020-10-01 21:40:12 +00:00
6543 added 1 commit 2020-10-01 21:41:18 +00:00
All checks were successful
continuous-integration/drone/pr Build is passing
0edd12fe86
fix lint
noerw requested changes 2020-10-01 21:44:10 +00:00
Dismissed
@ -187,0 +194,4 @@
}
}
if idx == -1 {
return fmt.Errorf("can not delte login '%s', do not exist", name)
Member

can not delete login '%s', does not exist

`can not delete login '%s', does not exist`
6543 added 1 commit 2020-10-01 23:46:07 +00:00
All checks were successful
continuous-integration/drone/pr Build is passing
55a65de946
fix message
noerw approved these changes 2020-10-02 07:13:52 +00:00
Dismissed
techknowlogick approved these changes 2020-10-02 14:16:05 +00:00
Dismissed
techknowlogick added 1 commit 2020-10-02 14:16:27 +00:00
All checks were successful
continuous-integration/drone/pr Build is passing
417b9b1c2f
Merge branch 'master' into impruve-logout
techknowlogick removed the
status/needs-reviews
label 2020-10-02 14:16:30 +00:00
6543 referenced this issue from a commit 2020-10-02 15:45:57 +00:00
6543 merged commit f5dbd44ebe into master 2020-10-02 15:45:57 +00:00
6543 deleted branch impruve-logout 2020-10-02 15:46:03 +00:00
Sign in to join this conversation.
No description provided.