Expand description
Placeholder syntax for command definitions.
A placeholder is written <name> or <name:default>. Names may contain
ASCII letters, digits, _ and -. A literal angle bracket is escaped with a
preceding backslash.
Angle brackets were chosen over {{name}} because Go template syntax occurs
constantly in the docker and kubectl commands this tool targets.
Structs§
- Placeholder
- One placeholder occurrence in a command string.