lib/chef-dk/builtin_commands.rb in chef-dk-1.2.22 vs lib/chef-dk/builtin_commands.rb in chef-dk-1.3.40

- old
+ new

@@ -13,19 +13,18 @@ # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. # - ChefDK.commands do |c| c.builtin "exec", :Exec, require_path: "chef-dk/command/exec", - desc: "Runs the command in context of the embedded ruby" + desc: "Runs the command in context of the embedded ruby" c.builtin "env", :Env, require_path: "chef-dk/command/env", - desc: "Prints environment variables used by ChefDK" + desc: "Prints environment variables used by ChefDK" c.builtin "gem", :GemForwarder, require_path: "chef-dk/command/gem", - desc: "Runs the `gem` command in context of the embedded ruby" + desc: "Runs the `gem` command in context of the embedded ruby" c.builtin "generate", :Generate, desc: "Generate a new app, cookbook, or component" c.builtin "shell-init", :ShellInit, desc: "Initialize your shell to use ChefDK as your primary ruby"