Skip to content

Add xmake show plugin to show some builtin configuration values and infos #798

@waruqi

Description

@waruqi
  • --list=toolchains
  • --list=targets
  • --list=platforms
  • --list=buildmodes
  • --list=rules
  • --list=packages
  • --list=envs
  • --toolchain=clang
  • --plat=macosx
  • --target=xxx
  • --package=xxx
  • xmake show (basic info)
  • support json format output
$ xmake show --list=toolchains
$ xmake show --list=targets
$ xmake show --list=platforms
$ xmake show --list=packages

$ xmake show --toolchain=clang
$ xmake show --plat=macosx
$ xmake show -p macosx
$ xmake show --target=xxx
$ xmake show --package=xxx

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions