Skip to content

Commit

Permalink
chore(dependencies): update clap and sel_update to latest release
Browse files Browse the repository at this point in the history
  • Loading branch information
perryrh0dan committed Feb 17, 2023
1 parent 4b4baa4 commit 2f408be
Show file tree
Hide file tree
Showing 18 changed files with 358 additions and 312 deletions.
7 changes: 4 additions & 3 deletions .vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@
// "args": ["update"],
"cwd": "${workspaceRoot}",
"console": "externalTerminal",
"args": ["init"],
// "args": ["init"],
"args": ["repository", "add"],
},
{
"name": "(OSX) Launch",
Expand All @@ -18,9 +19,9 @@
"program": "${workspaceRoot}/target/debug/tmpo",
// "args": ["update"],
// "args": ["init", "-r", "https://github.com/perryrh0dan/templates", "-t", "typescript"],
// "args": ["repository", "add"],
"args": ["repository", "add"],
// "args": ["template", "add"],
"args": ["init"],
// "args": ["init"],
// "args": ["template", "create"],
"cwd": "${workspaceRoot}",
}
Expand Down
Loading

0 comments on commit 2f408be

Please sign in to comment.