From 42ae57bca9c0f1b98779df38730fd39759cc61c5 Mon Sep 17 00:00:00 2001 From: Andrey Fedorov Date: Wed, 30 Oct 2024 18:26:09 -0400 Subject: [PATCH] f --- docs/cli_tools.rst | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/docs/cli_tools.rst b/docs/cli_tools.rst index ed8060d..e4b5f9e 100644 --- a/docs/cli_tools.rst +++ b/docs/cli_tools.rst @@ -1,8 +1,12 @@ -Title section -############# +Command Line Interface tools +============================ -Test text +*idc-index* provides a command line interface (CLI) tool to simplify access to the functionality +implemented via the Python API. The CLI tool is a wrapper around the Python API and provides a +simple way to interact with the package. +Once *idc-index* is installed, the CLI tool can be accessed by running the following command in the +terminal. .. click:: idc_index.cli:idc :prog: idc