docstring/util/frame,shut
This commit is contained in:
parent
2576b0eba1
commit
87b39b4486
1 changed files with 2 additions and 0 deletions
|
@ -33,10 +33,12 @@ def cat(file: str) -> None:
|
|||
|
||||
|
||||
def frame(text: str) -> None:
|
||||
"""Open a new frame in the log output."""
|
||||
log.info(f"{env.SPCD_OPEN}{text}")
|
||||
|
||||
|
||||
def shut(text: str) -> None:
|
||||
"""Close current frame in the log output."""
|
||||
log.info(f"{env.SPCD_SHUT}{text}")
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue