Skip to content

Commit

Permalink
keepif shortflag
Browse files Browse the repository at this point in the history
  • Loading branch information
bn-l committed Apr 4, 2024
1 parent 6e5616c commit 4a0e8f4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions source/cli.mts
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,7 @@ export function getCli(argv?: string[]) {
},
[Option.keepIf]: {
type: "string",
shortFlag: "k",
choices: ["newer", "existing"],
},
[Option.help]: {
Expand Down
2 changes: 2 additions & 0 deletions source/index.mts
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@ process.on("unhandledRejection", (error) => {
// copied to the README.

// Todo:
// - inlcude ghex -lc facebook/react | xargs rm -rf usage

// - option to skip initial dir scan
// - list with or without owner/repo prefix
// - Quick SVG based video.
Expand Down

0 comments on commit 4a0e8f4

Please sign in to comment.