Syslifters / reptor

Other
11 stars 3 forks source link

Duplicate plugins in help message #70

Closed aronmolnar closed 1 year ago

aronmolnar commented 1 year ago
  other:
  importers             Show importers to use to import finding templates
  plugins               Allows plugin management & development
  projects              Queries Projects from reptor.api
  templates             Queries Finding Templates from reptor.api
  translate             Translate Projects and Templates to other languages
  importers             Show importers to use to import finding templates
  plugins               Allows plugin management & development
  projects              Queries Projects from reptor.api
  templates             Queries Finding Templates from reptor.ap
aronmolnar commented 1 year ago

Happens if user has the same plugins in his home directory.

aronmolnar commented 1 year ago

Affects only "other" section, cause is:

                # Todo: Other section shouldn't be left out, maybe refactor logic above to easily reuse
                subcommands.SUBCOMMANDS_GROUPS["other"][1].append(plugin_docs)
aronmolnar commented 1 year ago

https://github.com/Syslifters/reptor/pull/79