From: Rob van der Linde Date: Tue, 20 Feb 2024 02:25:37 +0000 (+1300) Subject: netcmd: shell: show Models subheading X-Git-Tag: tdb-1.4.11~1582 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=dccafff1b36f486346e1b68da63b8a0447f68ac8;p=thirdparty%2Fsamba.git netcmd: shell: show Models subheading Signed-off-by: Rob van der Linde Reviewed-by: Andrew Bartlett Reviewed-by: Douglas Bagnall --- diff --git a/python/samba/netcmd/shell.py b/python/samba/netcmd/shell.py index b68b82d4ee0..6f1b3e6ca75 100644 --- a/python/samba/netcmd/shell.py +++ b/python/samba/netcmd/shell.py @@ -65,6 +65,9 @@ class cmd_shell(Command): Variables: samdb = {samdb} + +Models: + """ for name, model in MODELS.items(): banner += f"{model.__name__}: {name}\n"