diff options
| author | Teddy Wing | 2022-06-25 15:59:17 +0200 |
|---|---|---|
| committer | Teddy Wing | 2022-06-25 15:59:17 +0200 |
| commit | a40611c68cea18d3d616bc8d1952c98bcf574e08 (patch) | |
| tree | a5f567baf289bad0f60d387f049f7da90ed54bab | |
| parent | 13b8262f3969bdc288adb0bd2a95f146611bd1aa (diff) | |
| download | cws-status-a40611c68cea18d3d616bc8d1952c98bcf574e08.tar.bz2 | |
cws-status: Add script description
| -rw-r--r-- | cws-status | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -1,5 +1,9 @@ #!/usr/bin/env python3 +# cws-status +# +# Print the publish status of extensions on the Chrome Web Store. + import argparse import os import re |
