Skip to content

Commit 09a950c

Browse files
0.0.12
1 parent 6b5b347 commit 09a950c

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

68 files changed

+108
-108
lines changed

Documentation/Function/Clean.Request.html

+1-1
Large diffs are not rendered by default.

Documentation/Function/Clean.clean.html

+1-1
Large diffs are not rendered by default.

Documentation/Function/Cloudflare.cloudflare-1.html

+2-2
Large diffs are not rendered by default.

Documentation/Function/Dependabot.dependabot-1.html

+2-2
Large diffs are not rendered by default.

Documentation/Function/Dependabot.dirname.html

+2-2
Large diffs are not rendered by default.

Documentation/Function/Dependabot.fileURLToPath.html

+2-2
Large diffs are not rendered by default.

Documentation/Function/Dependabot.readFile.html

+2-2
Large diffs are not rendered by default.

Documentation/Function/Dependabot.resolve.html

+2-2
Large diffs are not rendered by default.

Documentation/Function/Dispatch.Request.html

+1-1
Large diffs are not rendered by default.

Documentation/Function/Dispatch.dispatch.html

+1-1
Large diffs are not rendered by default.

Documentation/Function/Edit.Request.html

+1-1
Large diffs are not rendered by default.

Documentation/Function/Edit.edit.html

+1-1
Large diffs are not rendered by default.

Documentation/Function/Git.git.html

+1-1
Large diffs are not rendered by default.

Documentation/Function/GitHub.gitHub.html

+2-2
Large diffs are not rendered by default.

Documentation/Function/NPM.NPM-1.html

+2-2
Large diffs are not rendered by default.

Documentation/Function/Node.node-1.html

+2-2
Large diffs are not rendered by default.

Documentation/Function/Package.package.html

+1-1
Large diffs are not rendered by default.

Documentation/Function/Readme.readme.html

+1-1
Large diffs are not rendered by default.

Documentation/Function/Request.request.html

+1-1
Large diffs are not rendered by default.

Documentation/Function/Rust.rust-2.html

+2-2
Large diffs are not rendered by default.

Documentation/Function/Search.search.html

+2-2
Large diffs are not rendered by default.

Documentation/Function/Star.star-1.html

+1-1
Large diffs are not rendered by default.

Documentation/Function/Star.star.html

+1-1
Large diffs are not rendered by default.

Documentation/Function/Type.type-2.html

+1-1
Large diffs are not rendered by default.

Documentation/Function/Variable_Environment.string.html

+1-1
Large diffs are not rendered by default.

Documentation/Function/WalkUntilGit._Function.html

+2-2
Large diffs are not rendered by default.

Documentation/Interface/Type.Type.html

+1-1
Large diffs are not rendered by default.

Documentation/Interface/WalkUntilGit.Type.html

+2-2
Large diffs are not rendered by default.

Documentation/Module/Clean.html

+2-2
Large diffs are not rendered by default.

Documentation/Module/Cloudflare.html

+2-2
Large diffs are not rendered by default.

Documentation/Module/Command.html

+2-2
Large diffs are not rendered by default.

Documentation/Module/Dependabot.html

+2-2
Large diffs are not rendered by default.

Documentation/Module/Dispatch.html

+2-2
Large diffs are not rendered by default.

Documentation/Module/Edit.html

+2-2
Large diffs are not rendered by default.

Documentation/Module/Environment.html

+2-2
Large diffs are not rendered by default.

Documentation/Module/Files.html

+2-2
Large diffs are not rendered by default.

Documentation/Module/Git.html

+2-2
Large diffs are not rendered by default.

Documentation/Module/GitHub.html

+2-2
Large diffs are not rendered by default.

Documentation/Module/NPM.html

+2-2
Large diffs are not rendered by default.

Documentation/Module/Node.html

+2-2
Large diffs are not rendered by default.

Documentation/Module/Package.html

+2-2
Large diffs are not rendered by default.

Documentation/Module/Readme.html

+2-2
Large diffs are not rendered by default.

Documentation/Module/Request.html

+2-2
Large diffs are not rendered by default.

Documentation/Module/Rust.html

+2-2
Large diffs are not rendered by default.

Documentation/Module/Search.html

+2-2
Large diffs are not rendered by default.

Documentation/Module/Star.html

+2-2
Large diffs are not rendered by default.

Documentation/Module/Type.html

+2-2
Large diffs are not rendered by default.

Documentation/Module/Variable_Environment.html

+2-2
Large diffs are not rendered by default.

Documentation/Module/WalkUntilGit.html

+2-2
Large diffs are not rendered by default.

Documentation/Module/YesMaintain.html

+2-2
Large diffs are not rendered by default.

Documentation/Type/Environment.Type.html

+1-1
Large diffs are not rendered by default.

Documentation/Type/Files.Type.html

+1-1
Large diffs are not rendered by default.

Documentation/Type/Type.Type-1.html

+1-1
Large diffs are not rendered by default.

Documentation/Variable/Clean.All.html

+1-1
Large diffs are not rendered by default.

Documentation/Variable/Clean.User.html

+1-1
Large diffs are not rendered by default.

Documentation/Variable/Cloudflare.cloudflare.html

+1-1
Large diffs are not rendered by default.

Documentation/Variable/Command.Variable.html

+2-2
Large diffs are not rendered by default.

Documentation/Variable/Dependabot.dependabot.html

+1-1
Large diffs are not rendered by default.

Documentation/Variable/Git.Environment.html

+1-1
Large diffs are not rendered by default.

Documentation/Variable/NPM.NPM.html

+1-1
Large diffs are not rendered by default.

Documentation/Variable/Node.node.html

+1-1
Large diffs are not rendered by default.

Documentation/Variable/Rust.rust-1.html

+1-1
Large diffs are not rendered by default.

Documentation/Variable/Rust.rust.html

+1-1
Large diffs are not rendered by default.

Documentation/Variable/Variable_Environment.environment.html

+1-1
Large diffs are not rendered by default.

Documentation/Variable/YesMaintain.yesMaintain.html

+1-1
Large diffs are not rendered by default.

Documentation/assets/main.js

+4-4
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Documentation/index.html

+2-2
Large diffs are not rendered by default.

Target/Class/YesMaintain.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/usr/bin/env node
2-
const Program = new (await import("commander")).Command().name("Maintain").description("Maintains GitHub repositories").version("0.0.11");
2+
const Program = new (await import("commander")).Command().name("Maintain").description("Maintains GitHub repositories. \u{1F527}").version("0.0.12");
33
(await import("../Variable/Command.js")).default?.forEach(
44
({ Action, Name, Description, Arguments }) => {
55
const _Program = Program.command(Name).description(typeof Description !== "undefined" ? Description : "").action(Action);

0 commit comments

Comments
 (0)