A format string is a text string that contains placeholders for values. Each placeholder begins with {, contains either the name or numeric index of a value, and ends with }. "--title-format ...
// you may not use this file except in compliance with the License. // You may obtain a copy of the License at // https://www.apache.org/licenses/LICENSE-2.0 ...