Skip to content

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

Closed
@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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions