Cancel decorator

This commit is contained in:
flyingscorpio@arch-desktop 2020-09-05 16:45:07 +02:00
parent fc388d38bc
commit fd6c2f7b14
2 changed files with 0 additions and 5 deletions

View file

@ -15,10 +15,6 @@ from path import Path # type: ignore
from ruamel.yaml import YAML # type: ignore from ruamel.yaml import YAML # type: ignore
def to_hide_or_not_to_hide() -> None:
"""Decorator to handle output suppression of subprocess.run()"""
class Installer: class Installer:
"""Regroups all the installation methods listed in the yaml conf file.""" """Regroups all the installation methods listed in the yaml conf file."""

1
todo
View file

@ -1,4 +1,3 @@
use decorators for repeated function modifiers
support multiple remotes in git clones support multiple remotes in git clones
remove sensitive information in source remove sensitive information in source
remove sensitive information in history : https://docs.github.com/en/github/authenticating-to-github/removing-sensitive-data-from-a-repository remove sensitive information in history : https://docs.github.com/en/github/authenticating-to-github/removing-sensitive-data-from-a-repository