pantograph/lib/pantograph/actions/sh.rb in pantograph-0.1.14 vs pantograph/lib/pantograph/actions/sh.rb in pantograph-0.1.15

- old
+ new

@@ -8,16 +8,16 @@ ##################################################### # @!group Documentation ##################################################### def self.description - "Runs a shell command" + 'Runs a shell command' end def self.details [ - "Allows running an arbitrary shell command.", - "Be aware of a specific behavior of `sh` action with regard to the working directory. For details, refer to [Advanced](https://johnknapprs.github.io/pantograph/advanced/#directory-behavior)." + 'Allows running an arbitrary shell command.', + 'Be aware of a specific behavior of `sh` action with regard to the working directory. For details, refer to [Advanced](https://johnknapprs.github.io/pantograph/advanced/#directory-behavior).' ].join("\n") end def self.available_options [