We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2e0535a commit 7cb7b4eCopy full SHA for 7cb7b4e
Program.cs
@@ -13,9 +13,9 @@
13
namespace OrbitalShell.Module.{ModuleID}
14
{
15
/// <summary>
16
- /// module commands : prompt git infos
+ /// module : {ModuleDescription}
17
/// </summary>
18
- [Commands("{ModuleDescription} module commands")]
+ [Commands("{ModuleDescription} module")]
19
[CommandsNamespace(CommandNamespace.tools, ToolNamespace)]
20
[Hooks]
21
public class {ModuleID}Commands : ICommandsDeclaringType
0 commit comments