Commit graph

69 commits

Author SHA1 Message Date
5e7c0572c9 bump: version 0.6.1rc0 → 0.6.1 2024-11-06 18:00:51 +01:00
be7b71ecb2 bump: version 0.6.0 → 0.6.1rc0 2024-11-06 08:27:42 +01:00
e0ca484170 fix: update tiramisu dependency 2024-11-06 08:26:48 +01:00
506f5d77a8 bump: version 0.6.0rc0 → 0.6.0 2024-11-01 10:41:14 +01:00
061577fba7 fix: black 2024-11-01 10:40:52 +01:00
b2936a53db bump: version 0.5.0 → 0.6.0rc0 2024-10-31 18:19:55 +01:00
41bb650d5b feat: pyproject.toml 2024-10-31 18:19:24 +01:00
15598724bc fix: only first value 2024-10-31 17:40:43 +01:00
002e98d801 get path 2024-08-29 08:18:10 +02:00
91a00df905 add add_extra_options option 2024-08-09 11:18:16 +02:00
39d3d33e5e add add_extra_options parameter 2024-08-07 08:23:05 +02:00
497ffd290f feat: portage to tiramisu 5.0 2024-08-05 10:00:43 +02:00
Emmanuel Garette
86fc311277 if no value set for a choose, display no value 2024-07-30 11:41:47 +02:00
Emmanuel Garette
79355f92a7 new tiramisu_cmdline_parser version 2024-07-30 11:41:47 +02:00
Emmanuel Garette
44997328ef new tiramisu_cmdline_parser version 2024-07-30 11:41:47 +02:00
Emmanuel Garette
b7bb7ebe6f add float support 2024-07-30 11:41:47 +02:00
Emmanuel Garette
c09b3c0844 support empty choice 2024-07-30 11:41:47 +02:00
Emmanuel Garette
06027aad73 unrestraint 2024-07-30 11:41:47 +02:00
Emmanuel Garette
f1db5c87f6 python 3.5 2024-07-30 11:41:47 +02:00
Emmanuel Garette
2184332e62 python 3.5 support 2024-07-30 11:41:47 +02:00
Emmanuel Garette
11b2bcc591 choice already manage by argparse 2024-07-30 11:41:47 +02:00
Emmanuel Garette
dc94b37896 support integer choiceoption 2024-07-30 11:41:47 +02:00
Emmanuel Garette
0583c19f75 no- + fullname == false 2024-07-30 11:41:47 +02:00
Emmanuel Garette
d161b4ced7 0.2 2024-07-30 11:41:47 +02:00
Emmanuel Garette
eab6059b09 problem with boolean option 2024-07-30 11:41:47 +02:00
Emmanuel Garette
6f47a069c5 add display_modified_value parameter 2024-07-30 11:41:47 +02:00
Emmanuel Garette
3d1a558389 setup.py 2024-07-30 11:41:47 +02:00
Emmanuel Garette
88949d8682 remove OD if name == description is now managed with internal argparser mechanism 2024-07-30 11:41:47 +02:00
Emmanuel Garette
528d16ec88 add all options even if already set by user 2024-07-30 11:41:47 +02:00
Emmanuel Garette
dcc7510676 add --pop-leader to remove a value in a leader option 2024-07-30 11:41:47 +02:00
Emmanuel Garette
452e1fb0e0 do not use RawDescriptionHelpFormatter by default 2024-07-30 11:41:47 +02:00
Emmanuel Garette
549151b3b8 path => compare 2024-07-30 11:41:47 +02:00
Emmanuel Garette
d8ee3486e9 use rawformatter and add epilog 2024-07-30 11:41:47 +02:00
Emmanuel Garette
b0849ab260 remove_empty_description_od with path 2024-07-30 11:41:47 +02:00
Emmanuel Garette
1ade6c883f remove OD with no description in help if option remove_empty_description_od set to True 2024-07-30 11:41:46 +02:00
Emmanuel Garette
067831bddd remove empty OD in help if option remove_empty_od set to True 2024-07-30 11:41:46 +02:00
Emmanuel Garette
5f97544463 support suboptiondescription in TiramisuCmdLineParser 2024-07-30 11:41:46 +02:00
Emmanuel Garette
490879a2a9 add tests 2024-07-30 11:41:46 +02:00
Emmanuel Garette
1cb8a2cc7b leader/follower support 2024-07-30 11:41:46 +02:00
Emmanuel Garette
dd14b0f752 use gettext 2024-07-30 11:41:46 +02:00
Emmanuel Garette
5725bdf3b7 hangman now works 2024-07-30 11:41:46 +02:00
gwen
d9380eb2cf ImportError is deprecated -> ModuleNotFoundError 2024-07-30 11:41:46 +02:00
Emmanuel Garette
cb41e731ea add test for longargument property 2024-07-30 11:41:46 +02:00
Emmanuel Garette
132d57a4c6 add storefalse properties for boolean option 2024-07-30 11:41:46 +02:00
Emmanuel Garette
f25df1f1f4 for bool, generate --no-xxxx option 2024-07-30 11:41:46 +02:00
Emmanuel Garette
b5c50071b5 help with modified argument 2024-07-30 11:41:46 +02:00
Emmanuel Garette
89ec6309b1 help with modified positional argument 2024-07-30 11:41:46 +02:00
Emmanuel Garette
138c12616f --root.v => -v, --int ROOT.INT => --int INT 2024-07-30 11:41:46 +02:00
antislash21
6d01f9ffee Create module directory and add setup.py to project. 2024-07-30 11:31:18 +02:00
Emmanuel Garette
52d96c2c51 updates test 2024-07-30 11:31:18 +02:00