kivakit icon indicating copy to clipboard operation
kivakit copied to clipboard

Add rust-style message formatting arguments

Open timboudreau opened this issue 2 years ago • 2 comments

Accept Rust style and MessageFormat style arguments

timboudreau avatar May 09 '22 21:05 timboudreau

warning("File is {0}", value);

warning("File is {} and {}", value, y);

timboudreau avatar May 09 '22 21:05 timboudreau

Pushing this off to next minor release.

jonathanl-telenav avatar Jul 03 '22 22:07 jonathanl-telenav