feat: Node type done and working, which is used for styling and rendering documentation strings
This commit is contained in:
@@ -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.
|
||||
"""
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user