qlibrary enable

Updated

Description

This command enables a given library.

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

Usage

qlibrary enable -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

Enable a library named Libary1.

E:\commandline>qlibrary enable -l Library1
    

Was this page helpful?