Logs
Range-diff rd-150
- title
- bump marked
- description
-
Patch equal - old #1
cc87831- new #1
cc87831
- title
- add bookmarks
- description
-
Patch equal - old #2
b72fc67- new #2
b72fc67
- title
- review
- description
-
Patch added - old #0
(none)- new #3
02e54a0
1: cc87831 = 1: cc87831 bump marked
2: b72fc67 = 2: b72fc67 add bookmarks
-: ------- > 3: 02e54a0 review
old
new
old:
plugins/bookmarks.ts
new:plugins/bookmarks.ts
import { print } from "../utils.ts"; function addCommands(cmd: Command) { + // What's with the potty humor? cmd .command("bookmark", getBookmarkCommands().alias("bm")); } +// This function makes me depressed function getBookmarkCommands() { return new Command() .command("add", "add a bookmark")