From a9596d229c87d8697b965c786ec6d8bc94bcaad7 Mon Sep 17 00:00:00 2001 From: bn-l Date: Thu, 4 Apr 2024 04:26:40 +1100 Subject: [PATCH] pre pub --- README.md | 12 ++--- coverage/lcov-report/cli.mts.html | 26 ++++----- coverage/lcov-report/index.html | 10 ++-- coverage/lcov-report/main.mts.html | 2 +- coverage/lcov.info | 84 +++++++++++++++--------------- media/coverage-badge.svg | 8 +-- package-lock.json | 7 +++ package.json | 1 + scripts/coverage-badge.ts | 4 +- source/cli.mts | 12 ++--- 10 files changed, 83 insertions(+), 83 deletions(-) diff --git a/README.md b/README.md index 08870ca..8812d5b 100644 --- a/README.md +++ b/README.md @@ -32,18 +32,18 @@ See an Asciinema video of usage (including with [fzf](https://github.com/junegun left to right). A trailing slash means a whole folder. Options: -l, --list List files. Useful as a dry run and with fzf. Does not - download. Will show show conflicts for the current - working directory if -d / --dest is not specified. + download. Will show show conflicts for the current + working directory if -d / --dest is not specified. -c, --conflicts-only Only show conflicts when listing. -d, --dest Destination folder. Defaults to the current directory. -i, --case-insensitive Ignores case when checking for conflicts. Default is - case-sensitive--i.e. casing matters. + case-sensitive--i.e. casing matters. -k, --keep-if "newer" | "existing". Will keep conflicting files - if they exist or are newer. WARNING: The - default is to overwrite existing silently. + if they exist or are newer. WARNING: The + default is to overwrite existing silently. -q, --quiet No success or error messages. --colors Use ansi escape characters to color output. - Default true but respects the NO_COLOR env var if set. + Default true but respects the NO_COLOR env var if set. Download Examples: Entire repo ghe facebook/react diff --git a/coverage/lcov-report/cli.mts.html b/coverage/lcov-report/cli.mts.html index 33f6d45..a18c85c 100644 --- a/coverage/lcov-report/cli.mts.html +++ b/coverage/lcov-report/cli.mts.html @@ -25,7 +25,7 @@

All files cli.mts

100% Statements - 134/134 + 132/132
@@ -46,7 +46,7 @@

All files cli.mts

100% Lines - 134/134 + 132/132
@@ -195,11 +195,7 @@

All files cli.mts

130 131 132 -133 -134 -1351x -1x -1x +1331x 1x 1x 1x @@ -332,8 +328,6 @@

All files cli.mts

20x 20x  
 
-import config from "../getConfig.mjs";
- 
 import chalk from "chalk";
 import meow from "meow";
  
@@ -379,18 +373,18 @@ 

All files cli.mts

left to right). A trailing slash means a whole folder. ${ c.strong("Options:") } -l, --list List files. Useful as a dry run and with fzf. Does not - download. Will show show conflicts for the current - working directory if -d / --dest is not specified. + download. Will show show conflicts for the current + working directory if -d / --dest is not specified. -c, --conflicts-only Only show conflicts when listing. -d, --dest <folder> Destination folder. Defaults to the current directory. -i, --case-insensitive Ignores case when checking for conflicts. Default is - case-sensitive--i.e. casing matters. + case-sensitive--i.e. casing matters. -k, --keep-if <condition> "newer" | "existing". Will keep conflicting files - if they exist or are newer. ${ c.careful("WARNING:") } The - default is to overwrite existing silently. + if they exist or are newer. ${ c.careful("WARNING:") } The + default is to overwrite existing silently. -q, --quiet No success or error messages. --colors Use ansi escape characters to color output. - Default true but respects the NO_COLOR env var if set. + Default true but respects the NO_COLOR env var if set.   ${ c.strong("Download Examples:") } Entire repo ${ c.binColor(name) + " facebook/react" } @@ -472,7 +466,7 @@

All files cli.mts