tools: Deprecated commands removed from idf.py

Remove deprecated commands from idf.py, but they are still kept working as cmake deprecated targets.
This commit is contained in:
Marek Fiala
2022-03-18 12:09:14 +01:00
parent 7ab8c39bb2
commit b5c374ae3e
6 changed files with 45 additions and 59 deletions

View File

@@ -389,8 +389,10 @@ def action_extensions(base_actions, project_path):
'post_debug': {
'callback': post_debug,
'deprecated': {
'since': 'v4.4',
'removed': 'v5.0',
'message': 'Please use "post-debug" instead.',
'exit_with_error': True,
'message': 'Have you wanted to run "post-debug" instead?',
},
'hidden': True,
'help': 'Utility target to read the output of async debug action and stop them.',