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 7cb7b4e commit f42f9c2Copy full SHA for f42f9c2
Program.cs
@@ -13,9 +13,9 @@
13
namespace OrbitalShell.Module.{ModuleID}
14
{
15
/// <summary>
16
- /// module : {ModuleDescription}
+ /// module {ModuleTitle}
17
/// </summary>
18
- [Commands("{ModuleDescription} module")]
+ [Commands("{ModuleDescription}")]
19
[CommandsNamespace(CommandNamespace.tools, ToolNamespace)]
20
[Hooks]
21
public class {ModuleID}Commands : ICommandsDeclaringType
0 commit comments