Language

Package: python-argcomplete @ 1.11.1

Synopsis

Shell tab completion for Python argparse

Description

argcomplete provides extensible command line tab completion of arguments and options for Python scripts using argparse. It's particularly useful for programs with many options or sub-parsers that can dynamically suggest completions; for example, when browsing resources over the network.

Home page
https://github.com/kislyuk/argcomplete
Location
gnu/packages/python-xyz.scm (line: 14562, column: 2)
License

Lint warnings

LinterMessageLocation
description

Validate package descriptions

description should start with an upper-case letter or digit