You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"The root URL of the homebrew source's website, which prepends the `path` property to form a full URL to the source's file. If absent, `pf2ools-app` will assume the URL to be the same as that of the index this is being read from.",
31
+
"The root URL of the homebrew source's website, which prepends the `path` property to form a full URL to the source's file. If absent, the Pf2ools App will assume the URL to be the same as that of the index this is being read from.",
32
32
),
33
-
});
33
+
})
34
+
.describe("A flattened, curated source structure designed to be easy to parse as an index.")
35
+
.strict();
34
36
35
37
exportconsthomebrewSources=z
36
38
.array(homebrewSourceSummary.extend({ID: ID}))
37
39
.describe(
38
-
"An array of objects containing some summary data about the homebrew source assigned that ID. This is primarily used by `pf2ools-app`.",
40
+
"An array of objects containing some summary data about the homebrew source assigned that ID. This is primarily used by the Pf2ools App.",
0 commit comments