qlibrary disable

Description

This command disables a given library.

In case of an error, an error code and description are displayed as: "disable: Error errorcode: errordescription"

Usage

qlibrary disable -l library [-tf tokenfile] [-tk token] [-h]

Options

-l

Library name

-tf

Reads token from a file

-tk

Token string

-h

Displays help

Diagnostics

Possible exit status values are:

0 - Successful completion.

1 - CLI usage failures, due to the use of an unsupported option or missing argument.

2 - Any other failure.

Example

Disable a library named Library1.

E:\commandline>qlibrary disable -l Library1
×

Loading...