Difocd
Difocd
The [groupChoice feature](https://ajalt.github.io/clikt/options/#choice-and-switch-options-with-groups) allow users to define multiple groups and use an option to select one from these. The doc said that: > Options for groups other than the selected...
When I dump something contains backslash to file and then load it, there are double backslashes. Like the below: ```python import toml with open('test.toml', 'w', encoding='utf-8') as f: toml.dump({"c:\\test": {}},...
## Description In commit 845d5346eb383ebd9ec03e876f8fa35c345ea0b0 ("Update file permissions to executable for multiple files..."), all files in the repository were set to executable (`100755`) in the Git index. This includes non-executable...