jj/cli
Yuya Nishihara 780f9e547d templater: call property wrap_() functions directly, delete old forwarding fns
This patch replaces single-char L type aliases with P, and renames the L aliases
where that makes sense. Many of the P aliases will be removed later by
introducing generic wrap<T>() trait.
2025-05-05 01:16:41 +00:00
..
examples templater: call property wrap_() functions directly, delete old forwarding fns 2025-05-05 01:16:41 +00:00
src templater: call property wrap_() functions directly, delete old forwarding fns 2025-05-05 01:16:41 +00:00
testing cleanup: enable unused_trait_names clippy lint and run clippy --fix 2025-03-16 00:35:56 +00:00
tests cli: add "$schema" line when creating new config file 2025-05-04 17:14:10 +00:00
build.rs build: fix cargo publish by symlinking cli/docs->docs 2024-11-05 17:37:14 -08:00
Cargo.toml config: switch to etcetera from dirs 2025-05-02 20:05:24 +00:00
docs build: fix cargo publish by symlinking cli/docs->docs 2024-11-05 17:37:14 -08:00
LICENSE