mirror of
https://github.com/fish-shell/fish-shell
synced 2025-02-13 12:43:43 +00:00
"FLOGF!" is supposed to treat its first argument as a format string (but doesn't because that part isn't implemented currently). That means running something like ```rust FLOGF!(term_support, "curses var", var_name, "=", value); ``` That would rightly just print "curses var", ignoring the other arguments. By contrast, FLOG! is the literal "just join these as a string" version. |
||
---|---|---|
.. | ||
src | ||
widestring-suffix | ||
build.rs | ||
Cargo.toml |