Skip to content

Commit e51f2e6

Browse files
author
SunDoge
authored
Update README.md
1 parent f1396ce commit e51f2e6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
# TypedArgs
22

3-
[![Build Status](https://travis-ci.org/SunDoge/typed-args.svg?branch=master)](https://travis-ci.org/SunDoge/typed-args)
4-
[![Version](https://img.shields.io/pypi/v/typed-args)](https://pypi.org/project/typed-args/)
3+
[![Github Actions](https://img.shields.io/github/actions/workflow/status/SunDoge/typed-args/python-package.yml?branch=master&style=for-the-badge)](https://github.com/SunDoge/typed-args/actions/workflows/python-package.yml)
4+
[![Pypi](https://img.shields.io/pypi/v/typed-args?style=for-the-badge)](https://pypi.org/project/typed-args/)
55

6-
Strong type args.
6+
Strong typed command line argument parser for Python.
77

88
This project is inspired by [TeXitoi/structopt](https://github.com/TeXitoi/structopt).
99

0 commit comments

Comments
 (0)