Method: FaaStRuby::Command::Workspace::RM#usage
- Defined in:
- lib/faastruby/cli/commands/workspace/rm.rb
#usage ⇒ Object
31 32 33 34 |
# File 'lib/faastruby/cli/commands/workspace/rm.rb', line 31 def usage puts "\n# Remove static file from cloud workspace path '/DESTINATION/PATH'." puts "\nUsage: faastruby #{self.class.help}\n\n" end |