fix InitCommand() #285

Merged
6543 merged 7 commits from noerw/tea:issue-200-initcommand into master 2020-12-11 09:07:30 +00:00

7 Commits

Author SHA1 Message Date
580c55d751
move config func and config task func to right place
All checks were successful
continuous-integration/drone/pr Build is passing
2020-12-11 09:41:58 +01:00
f379b34993 Merge branch 'master' into issue-200-initcommand
All checks were successful
continuous-integration/drone/pr Build is passing
2020-12-10 06:10:39 +08:00
bc249465b6
improve docs
Some checks reported errors
continuous-integration/drone/pr Build encountered an error
2020-12-09 15:35:06 +01:00
Norwin
09ed301290 Merge branch 'master' into issue-200-initcommand
All checks were successful
continuous-integration/drone/pr Build is passing
2020-12-09 06:55:32 +08:00
2635a7083d
remove InitCommandLoginOnly()
All checks were successful
continuous-integration/drone/pr Build is passing
2020-12-08 23:47:40 +01:00
a6cf2f092c
rework InitCommand()
- make it error tolerant if $PWD is not a git repo (#200)
- don't force default login when repo flag is set (#191)
2020-12-08 23:37:13 +01:00
f422ac321a
split modules/config
login_tasks.go should probably be modules/task/login.go,
but i didn't do that, as it still depends on the global
`Config` variable from the config module, see
#158
2020-12-08 21:25:05 +01:00