mirror of
https://github.com/daylinmorgan/viv.git
synced 2024-11-12 20:23:15 -06:00
style
This commit is contained in:
parent
6d98e2a755
commit
79d7978a11
1 changed files with 2 additions and 4 deletions
|
@ -51,7 +51,7 @@ from typing import (
|
|||
Generator,
|
||||
)
|
||||
|
||||
__version__ = "22.12a3-52-g312ed47-dev"
|
||||
__version__ = "22.12a3-53-g6d98e2a-dev"
|
||||
|
||||
|
||||
@dataclass
|
||||
|
@ -974,10 +974,8 @@ class Viv:
|
|||
vivenv.dump_info()
|
||||
|
||||
def manage(self, args: Namespace) -> None:
|
||||
"""manage viv itself
|
||||
"""manage viv itself"""
|
||||
|
||||
Can be used to install or update an existing viv installation
|
||||
"""
|
||||
if args.cmd == "show":
|
||||
echo("Current:")
|
||||
sys.stdout.write(
|
||||
|
|
Loading…
Reference in a new issue