Skip to content

Commit

Permalink
Add CI status badge
Browse files Browse the repository at this point in the history
  • Loading branch information
jvanvugt committed Sep 16, 2019
1 parent 81109d7 commit e159f25
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
# auto_cli

[![CircleCI](https://circleci.com/gh/jvanvugt/auto_cli.svg?style=svg)](https://circleci.com/gh/jvanvugt/auto_cli)

`auto_cli` is a tool for calling Python functions directly from the command-line, without the need for writing argument parsers. Instead, the argument parser is automatically generated from the annotation of the function, including default arguments and types. When you use `auto_cli`, you can still use your Python functions from code without any changes. In fact, you can use `auto_cli` to generate a CLI for functions in a stand-alone script, or for an external library, as long as the functions have type annotations.

## Getting Started
Expand Down

0 comments on commit e159f25

Please sign in to comment.