Skip to content

Commit

Permalink
Minor improvements over commands aliases
Browse files Browse the repository at this point in the history
  • Loading branch information
rigoucr committed Jul 5, 2024
1 parent 906b8df commit 1baaabf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/Robo/Plugin/Commands/GetDBCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ class GetDBCommand extends FireCommandBase {
* Usage Example: fire local:db:get
*
* @command local:get-db
* @aliases get-db, db-get, getdb, dbget, get_db, db_get, local:db:get, local:get:db
* @aliases gdb, getdb, dbget
* @usage fire local:db:get
*
* @param $args drush you would like to execute.
Expand Down
2 changes: 1 addition & 1 deletion src/Robo/Plugin/Commands/GetFilesCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ class GetFilesCommand extends FireCommandBase {
* Usage Example: fire local:files:get
*
* @command local:get-files
* @aliases get-files, files-get, getfiles, filesget, get_files, files_get, pull-files, pull_files, local:file:get, local:get:files
* @aliases gf, get-files, getfiles
* @usage fire local:files:get
* @option $no-download Reuse your existing files copy in the reference folder and placing them in the files folder (Pantheon only).
*/
Expand Down

0 comments on commit 1baaabf

Please sign in to comment.