Thib Guicherd-Callin

Results 4 issues of Thib Guicherd-Callin

**Environmental Info:** K3s Version: v1.21.5+k3s1 Node(s) CPU architecture, OS, and Version: * Fedora 34 (`Linux fedora 5.11.12-300.fc34.x86_64 #1 SMP Wed Apr 7 16:31:13 UTC 2021 x86_64 x86_64 x86_64 GNU/Linux`) *...

Read The Docs changed how they do various things including the flyout menu [1]. In our Insipid-themed, Read The Docs-managed documentation projects [2][3], this has caused the flyout menu to...

It would be great to be able to take advantage of argparse's ability to give subcommands one or more aliases. Example of help output in plain argparse: ``` delete-files (df)...

A data field with underscores in the name like `file_name: Optional[str] = Field(...)` results in a command line switch with hyphens like `--file-name`. Currently, this is not the case for...