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