You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The
-t
for--theme
conflicts with sub commands speciallybuildtest 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 optionSee
buildtest/buildtest/cli/__init__.py
Line 308 in 260a35c
We should do the following
-t
option wherever its used for--theme
-t
from documentation wherever its mentioned for--theme
also check all.. command-output
where its-t
and replace with--theme
The text was updated successfully, but these errors were encountered: