-
-
Notifications
You must be signed in to change notification settings - Fork 21
Closed
Description
The -t for --theme conflicts with sub commands specially buildtest it query --testpath. We want this option --testpath to have -t for --testpath but since -t is reserved for --theme lets not have a short option.
Let's remove the -t for --theme throughout the codebase and only use long option
See
buildtest/buildtest/cli/__init__.py
Line 308 in 260a35c
| "-t", |
We should do the following
- update bash completion script and remove
-toption wherever its used for--theme - Remove
-tfrom documentation wherever its mentioned for--themealso check all.. command-outputwhere its-tand replace with--theme - Update any docstring or comment throughout the code base
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels