/xcmd

xcmd: an augmented version of cmd

Primary LanguagePythonApache License 2.0Apache-2.0

xcmd

Build Status Coverage Status PyPI version Requirements Status Python Versions Code Climate

Table of Contents

tl;dr

XCmd provides convenient parameters parsing on top of cmd.Cmd

Installing

From PyPI:

$ pip install xcmd

Or running from the source:

$ cd xcmd
$ export FROM_SOURCE=1; bin/xcmd-shell

Usage

(more to come: porting zk-shell over to xcmd)

Dependencies

  • Python 2.7, 3.3, 3.4, 3.5 or 3.6

Testing and Development

Please see CONTRIBUTING.rst.