Comparing version 1.1.0 to 1.1.1
@@ -75,3 +75,3 @@ #!/usr/bin/env node | ||
.version('0.2.1') | ||
// .command('*') | ||
.usage('ferl <URL> [options]') | ||
.arguments('<URL>') | ||
@@ -78,0 +78,0 @@ .description('subset of curl with added json parsing') |
{ | ||
"name": "ferl", | ||
"version": "1.1.0", | ||
"version": "1.1.1", | ||
"description": "The unholy union of fetch and curl", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -5,3 +5,3 @@ # ferl | ||
``` | ||
Usage: index [options] <URL> | ||
Usage: ferl <URL> [options] | ||
@@ -20,2 +20,3 @@ subset of curl with added json parsing | ||
-m --map [func] map over an array, extracting property using a property chain e.g. 'name.email' | ||
Will output multiple values if -m is specified multiple times | ||
``` |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
4811
20