This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import shlex | |
import subprocess | |
import tomllib as toml | |
from pathlib import Path | |
from typing import Any | |
class OPToml: | |
""" | |
A wrapper around the tomlib.toml library to inject 1password references into the toml file |