Skip to content

Commit

Permalink
README.md update
Browse files Browse the repository at this point in the history
  • Loading branch information
pstolarz committed May 21, 2023
1 parent c17071c commit 053a1bb
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Rust
name: tests

on:
push:
Expand Down
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
[![crates.io](https://img.shields.io/crates/v/cmdopts)](https://crates.io/crates/cmdopts)
[![tests](https://github.com/pstolarz/cmdopts/workflows/tests/badge.svg?branch=master)](https://github.com/pstolarz/cmdopts/actions/workflows/rust.yml)
[![docs.rs](https://img.shields.io/docsrs/cmdopts)](https://docs.rs/cmdopts)

# Command Line Options Parser

Simple command line parser in Rust.
Expand Down

0 comments on commit 053a1bb

Please sign in to comment.