Skip to content

Remove short option -t for --theme #1571

@shahzebsiddiqui

Description

@shahzebsiddiqui

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

We should do the following

  • update bash completion script and remove -t option wherever its used for --theme
  • Remove -t from documentation wherever its mentioned for --theme also check all .. command-output where its -t and replace with --theme
  • Update any docstring or comment throughout the code base

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions