Cancel decorator
This commit is contained in:
parent
fc388d38bc
commit
fd6c2f7b14
2 changed files with 0 additions and 5 deletions
|
@ -15,10 +15,6 @@ from path import Path # 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:
|
||||
"""Regroups all the installation methods listed in the yaml conf file."""
|
||||
|
||||
|
|
1
todo
1
todo
|
@ -1,4 +1,3 @@
|
|||
use decorators for repeated function modifiers
|
||||
support multiple remotes in git clones
|
||||
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
|
||||
|
|
Loading…
Add table
Reference in a new issue