Skip to content

Commit

Permalink
Standardize descriptions.
Browse files Browse the repository at this point in the history
  • Loading branch information
Jan Schneider committed May 3, 2019
1 parent 3a1af62 commit d908025
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 7 deletions.
9 changes: 2 additions & 7 deletions .horde.yml
Expand Up @@ -3,13 +3,8 @@ id: Cli_Modular
name: Cli_Modular
full: Modular command line interface library
description: >-
Command line interfaces can often be composed of different modules responsible
for distinct actions. This package allows each such module to influence the
overall command line interface. First and foremost each module can add its own
option group with a specific title, description and a set of module specific
options (see Horde_Argv_OptionGroup for further details). In addition
Cli_Modular allows a module to modify the global usage string and add basic
options valid for all modules.
A library to allow application modules to influence the
overall command line interface.
list: dev
type: library
homepage: https://www.horde.org/libraries/Horde_Cli_Modular
Expand Down
2 changes: 2 additions & 0 deletions README.rst
Expand Up @@ -4,6 +4,8 @@

Command line interfaces can often be composed of different modules responsible for distinct actions. Horde_Cli_Modular allows each such module to influence the overall command line interface.

First and foremost each module can add its own option group with a specific title, description and a set of module specific options (see Horde_Argv_OptionGroup for further details). In addition Horde_Cli_Modular allows a module to modify the global usage string and add basic options valid for all modules.

--------------
Introduction
--------------
Expand Down

0 comments on commit d908025

Please sign in to comment.