Comparing version 1.16.8 to 1.16.9
@@ -158,4 +158,6 @@ #!/usr/bin/env node | ||
.command('archive [stamp]') | ||
.description('archive a range of clocked records or a specific stamp') | ||
.description('archive a range or filtered set of clocked records or a specific stamp') | ||
.option('-d, --datadir <path>') | ||
.option('--filter <key=value>', 'filter by key, value as string or /regex/', collect, []) | ||
.option('-t, --type <value>', 'short for --filter "type=<value>"') | ||
.option('--gt <date>', 'archive dates from gt on') | ||
@@ -439,3 +441,3 @@ .option('--lt <date>', 'archive dates upto') | ||
if (!stamp && (cmd.lt || cmd.gt)) { | ||
if (!stamp && (cmd.lt || cmd.gt || cmd.filter || cmd.type)) { | ||
// (un)archive range | ||
@@ -442,0 +444,0 @@ cmd.all = !archive |
{ | ||
"name": "clocker", | ||
"version": "1.16.8", | ||
"version": "1.16.9", | ||
"description": "track project hours", | ||
@@ -5,0 +5,0 @@ "bin": { |
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
120883
2132