Browse Source

New alias zwip that launch cucumber with the :wip profile (#4111)

* Add zeus rake cucumber:wip, alias swip

* Add the right command for zwip alias :D

* Add the right command

* respect the coding style

* respect the coding final
Charles Assus 4 years ago
parent
commit
016dd30f4c
2 changed files with 2 additions and 0 deletions
  1. 1 0
      plugins/zeus/README.md
  2. 1 0
      plugins/zeus/zeus.plugin.zsh

+ 1 - 0
plugins/zeus/README.md

@@ -24,6 +24,7 @@
 
 * `zcu` aliases `zeus cucumber`
 * `zucumber` aliases `zeus cucumber`
+* `zwip` aliases `zeus cucumber --profile wip`
 
 * `zspec` aliases `zeus rspec`
 

+ 1 - 0
plugins/zeus/zeus.plugin.zsh

@@ -33,6 +33,7 @@ alias zunner='zeus runner'
 # Cucumber
 alias zcu='zeus cucumber'
 alias zucumber='zeus cucumber'
+alias zwip='zeus cucumber --profile wip'
 
 # Rspec
 alias zspec='zeus rspec'