kinderp/beer2beer

create a logout cmd for the interpreter

Open

#17 opened on Feb 23, 2023

 (0 comments) (0 reactions) (3 assignees)Python (0 forks)auto 404
cligood first issuepeer

Repository metrics

Stars
 (0 stars)
PR merge metrics
 (PR metrics pending)

Description

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