kinderp/beer2beer

create register_update cmd for the interpreter

Open

#16 opened on Feb 23, 2023

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

Repository metrics

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

Description

For register cmd, we already have in shell/shell.py inside class Beer2BeerShell two functions

  • do_register()
  • help_register()

We need two new ones for register_update cmd

See here for register cmd See here for register_update informations

Contributor guide