Supplemented commands documentation
This commit is contained in:
@@ -8,12 +8,12 @@ public partial class MycroForge
|
||||
{
|
||||
public partial class Db
|
||||
{
|
||||
public partial class Stop : Command, ISubCommandOf<Db>
|
||||
public class Stop : Command, ISubCommandOf<Db>
|
||||
{
|
||||
private readonly ProjectContext _context;
|
||||
|
||||
public Stop(ProjectContext context) :
|
||||
base("stop", $"Stops {Features.Db.FeatureName}.docker-compose.yml")
|
||||
base("stop", $"Stops the services defined in {Features.Db.FeatureName}.docker-compose.yml")
|
||||
{
|
||||
_context = context;
|
||||
this.SetHandler(ExecuteAsync);
|
||||
|
||||
Reference in New Issue
Block a user