Files
cli/vendor/displaydoc/update-readme.sh

6 lines
107 B
Bash
Executable File

#! /usr/bin/env bash
cargo readme > ./README.md
git add ./README.md
git commit -m "Update readme" || true