-
Notifications
You must be signed in to change notification settings - Fork 7
Add an automatic toggle to disable the dev info command #28
Copy link
Copy link
Open
Labels
Good First IssueGood issue to start development withGood issue to start development withStatus: AcceptedIssue will eventually get doneIssue will eventually get doneType: MaintenanceMaking better codeMaking better code
Description
What code needs changing
The dev command is currently enabled/disabled by toggling line comments in BaseCommand.init.
This requires frequent changes to the file, and I am frequently forgetting to uncomment the line before committing code or releasing a new version.
What solution would you like
Have an option in the config file (e.g. dev.enable-command), that enables the command
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
Good First IssueGood issue to start development withGood issue to start development withStatus: AcceptedIssue will eventually get doneIssue will eventually get doneType: MaintenanceMaking better codeMaking better code