library clean - library clean - 2026.1 English - UG1725

Software Debugger Reference Guide (UG1725)

Document_ID
UG1725
Release_Date
2026-06-23
Version
2026.1 English

Clean library project.

Syntax

library clean -name <project-name>

Clean the library project specified by <project-name> in the workspace. "-name" switch is optional, so <project-name> can be specified directly, without using -name.

Options

Option Description
-name <project-name> Name of the library project to be clean built.

Returns

Nothing, if the library project is cleaned successfully. Error string, if the library project build clean fails.

Examples

library clean -name lib1

Clean lib1 library project.