@xbghc/warden 0.3.0 → 0.4.0
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.
- package/README.md +4 -2
- package/dist/cli.js +1 -1
- package/dist/web/assets/ibm-plex-mono-latin-400-normal-CvHOgSBP.woff +0 -0
- package/dist/web/assets/ibm-plex-mono-latin-400-normal-DMJ8VG8y.woff2 +0 -0
- package/dist/web/assets/ibm-plex-mono-latin-500-normal-CB9ihrfo.woff +0 -0
- package/dist/web/assets/ibm-plex-mono-latin-500-normal-DSY6xOcd.woff2 +0 -0
- package/dist/web/assets/ibm-plex-sans-latin-400-normal-CDDApCn2.woff2 +0 -0
- package/dist/web/assets/ibm-plex-sans-latin-400-normal-CYLoc0-x.woff +0 -0
- package/dist/web/assets/ibm-plex-sans-latin-500-normal-6ng42L7E.woff2 +0 -0
- package/dist/web/assets/ibm-plex-sans-latin-500-normal-BgVn5rGT.woff +0 -0
- package/dist/web/assets/ibm-plex-sans-latin-600-normal-Cu4Hd6ag.woff +0 -0
- package/dist/web/assets/ibm-plex-sans-latin-600-normal-CuJfVYMP.woff2 +0 -0
- package/dist/web/assets/index-D5XV3MyN.js +192 -0
- package/dist/web/assets/index-D5aYUyvz.css +1 -0
- package/dist/web/index.html +3 -3
- package/package.json +1 -1
- package/dist/web/assets/index-CUBjyx71.js +0 -192
- package/dist/web/assets/index-D8iWq0bG.css +0 -1
package/README.md
CHANGED
|
@@ -140,8 +140,10 @@ refreshes by hand.
|
|
|
140
140
|
## Todos
|
|
141
141
|
|
|
142
142
|
Notes attached to a branch rather than to a line of code, for the things you notice while reviewing
|
|
143
|
-
that do not belong in a comment. They are not deleted when you commit.
|
|
144
|
-
|
|
143
|
+
that do not belong in a comment. They are not deleted when you commit. They sit in the right-hand
|
|
144
|
+
rail next to the comments, under the *Todo* tab: type a title and press Enter to add one, expand a
|
|
145
|
+
card to read or edit its Markdown body, filter by status, and switch between the current branch
|
|
146
|
+
and all branches; *复制 Todo* copies the open ones
|
|
145
147
|
(optionally including the done ones, marked ` (done)`) as:
|
|
146
148
|
|
|
147
149
|
```markdown
|
package/dist/cli.js
CHANGED
|
@@ -4900,7 +4900,7 @@ async function startServer(opts) {
|
|
|
4900
4900
|
}
|
|
4901
4901
|
|
|
4902
4902
|
// bin/cli.ts
|
|
4903
|
-
var VERSION = true ? "0.
|
|
4903
|
+
var VERSION = true ? "0.4.0" : "dev";
|
|
4904
4904
|
function parseArgs(argv) {
|
|
4905
4905
|
const args = { repoPath: process.cwd(), open: true, help: false, version: false };
|
|
4906
4906
|
for (let i = 0; i < argv.length; i++) {
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|