Skip to content
Snippets Groups Projects
Commit 781a5d69 authored by Maksim Kulichkin's avatar Maksim Kulichkin
Browse files

Issue #3392350: Create initial documentation of module

parent 5ad42ede
No related branches found
No related tags found
1 merge request!19Issue #3392350: Create initial documentation of module
## INSTALLATION&#10&#10- Install the Drupal Open Source Dashboard module as you would normally install a&#10 contributed Drupal module. Visit&#10 <https://www.drupal.org/docs/extending-drupal/installing-modules> for&#10 further information.&#10&#10## CONFIGURATION&#10&#10No configuration is needed.&#10&#10## USAGE&#10&#10Run drush dosd:parse 2022/10/14 2022/10/22 2114867 dorgusername&#10- 2022/10/14 - start date.&#10- 2022/10/22 - end date.&#10- 2114867 - company id on Drupal.org (or Null to check only user's credit. See the next)&#10- dorgusername - add D.org Username to check only user's credit (optional)&#10&#10Visit http://yourdomain.com/dosd to view collected credits.&#10
\ No newline at end of file
......@@ -40,7 +40,8 @@ class DosdDrushParser extends DrushCommands {
*
* @command dosd:parse
* @aliases dosdp
* @usage dosd:parse --company=2114867 --start_date=2023/01/01 --end_date=2023/01/31 --verbose
* @usage drush dosd:parse 2022/10/14 2022/10/22 2114867 --verbose
* Parse credits in the given time interval the company with id
*/
public function parse(
string $start_date,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment