Ticket created by ~musicinmybrain on ~gotmax23/tomcli
tomcli set PATH append [OPTIONS] SELECTOR VALUE
could accept an arbitrary number of values to append at the same time, similar totomcli set PATH list [OPTIONS] SELECTOR [VALUE]...
. This would offer a small ergonomic and performance benefit when appending multiple values.
Ticket created by ~musicinmybrain on ~gotmax23/tomcli
[bar] bat = ["baz"]
tomcli set foo.toml append bar.bat biff
[bar] bat = ["baz", "b", "i", "f", "f"]
I expected
bat = ["baz", "biff"]
.
Ticket created by ~musicinmybrain on ~sschwarzer/ftputil
Since the tests are included in the PyPI sdist, please consider including
tox.ini
as well (by adding the lineinclude tox.ini
toMANIFEST.in
). This would make it easier to install the test dependencies and would ensure the definition for theslow_test
mark is available topytest
.