mirror of
https://github.com/RT-Thread/rt-thread.git
synced 2025-12-27 09:38:24 +00:00
[tools/env]统一tools中env相关的接口,优化env部分路径拼接 (#9185)
* 统一tools中env相关的接口到env_utility.py文件,并同步调整ci * 移除非本提交的文件 --------- Co-authored-by: Meco Man <920369182@qq.com>
This commit is contained in:
@@ -121,16 +121,16 @@ def AddOptions():
|
||||
action = 'store_true',
|
||||
default = False,
|
||||
help = 'reset the project configurations to default')
|
||||
AddOption('--pyconfig', '--guiconfig',
|
||||
dest = 'pyconfig',
|
||||
AddOption('--guiconfig', '--pyconfig',
|
||||
dest = 'guiconfig',
|
||||
action = 'store_true',
|
||||
default = False,
|
||||
help = 'Python GUI menuconfig for RT-Thread BSP')
|
||||
AddOption('--pyconfig-silent', '--defconfig',
|
||||
dest = 'pyconfig-silent',
|
||||
AddOption('--defconfig', '--pyconfig-silent',
|
||||
dest = 'defconfig',
|
||||
action = 'store_true',
|
||||
default = False,
|
||||
help = 'Don`t show pyconfig window')
|
||||
help = 'Don`t show Python GUI menuconfig window')
|
||||
AddOption('--menuconfig',
|
||||
dest = 'menuconfig',
|
||||
action = 'store_true',
|
||||
|
||||
Reference in New Issue
Block a user