feat: Node type done and working, which is used for styling and rendering documentation strings

This commit is contained in:
2024-11-30 17:42:13 -05:00
parent 4b84c19198
commit 81925a95d6
3 changed files with 174 additions and 38 deletions

View File

@@ -6,12 +6,8 @@ enum Constants {
static let playbookFileName = "main.yml"
static let inventoryFileName = "inventory.ini"
static let importantExtraArgsNote = """
\("IMPORTANT NOTE".bold.underline): \("""
Any extra arguments to pass to the underlying command invocation have to
be at the end with `--` before any arguments otherwise there will
be an "Unkown option" error. See examples above.
""".italic
)
""".red
Any extra arguments to pass to the underlying command invocation have to
be at the end with `--` before any arguments otherwise there will
be an "Unkown option" error. See examples above.
"""
}