kinderp/beer2beer

create a logout cmd for the interpreter

Offen

#17 geöffnet am 23.02.2023

 (0 Kommentare) (0 Reaktionen) (3 zugewiesene Personen)Python (0 Forks)auto 404
cligood first issuepeer

Repository-Metriken

Stars
 (0 Sterne)
PR-Merge-Metriken
 (Keine gemergten PRs in 30 T)

Beschreibung

In shell/shell.py inside class Beer2BeerShell we need two new functions for logout cmd

  • do_logout()
  • help_logout()

See for inspiration do_login() and help_login() in the same class

Contributor Guide