mirror of
https://github.com/daylinmorgan/viv.git
synced 2024-11-14 04:57:53 -06:00
fix: still use help
kwarg
This commit is contained in:
parent
9079ecfcda
commit
d9103fd7f8
1 changed files with 2 additions and 2 deletions
|
@ -55,7 +55,7 @@ from typing import (
|
||||||
from urllib.error import HTTPError
|
from urllib.error import HTTPError
|
||||||
from urllib.request import urlopen
|
from urllib.request import urlopen
|
||||||
|
|
||||||
__version__ = "23.8a3-dev"
|
__version__ = "23.8a3-2-g9079ecf-dev"
|
||||||
|
|
||||||
|
|
||||||
class Spinner:
|
class Spinner:
|
||||||
|
@ -1882,7 +1882,7 @@ class Cli:
|
||||||
).update(
|
).update(
|
||||||
{
|
{
|
||||||
cmd: {
|
cmd: {
|
||||||
subcmd: dict(description=help, aliases=[subcmd[0]])
|
subcmd: dict(description=help, help=help, aliases=[subcmd[0]])
|
||||||
for subcmd, help in subcmd_help
|
for subcmd, help in subcmd_help
|
||||||
}
|
}
|
||||||
for cmd, subcmd_help in (
|
for cmd, subcmd_help in (
|
||||||
|
|
Loading…
Reference in a new issue