@shellus/way 0.3.0 → 0.3.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/dist/cli.js +1 -1
  2. package/package.json +1 -1
package/dist/cli.js CHANGED
@@ -209,7 +209,7 @@ async function cron(options) {
209
209
 
210
210
  // src/cli.ts
211
211
  var program = new Command();
212
- program.name("way").version("0.3.0").description("\u7B56\u7565\u5907\u4EFD\u5DE5\u5177").option("--remote <name>", "\u6307\u5B9A\u4ED3\u5E93", "default");
212
+ program.name("way").version("0.3.1").description("\u7B56\u7565\u5907\u4EFD\u5DE5\u5177").option("--remote <name>", "\u6307\u5B9A\u4ED3\u5E93", "default");
213
213
  program.command("run [project]").description("\u6267\u884C\u5907\u4EFD").action(async (project, options, command) => {
214
214
  const remote = command.parent.opts().remote;
215
215
  const extraArgs = command.args.slice(1);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@shellus/way",
3
- "version": "0.3.0",
3
+ "version": "0.3.1",
4
4
  "description": "将备份作为持续运营的项目,而非一次性任务。基于 restic 的策略封装。",
5
5
  "type": "module",
6
6
  "bin": {