class Evostream::CodeError::Syntax::CommandInvalid

Syntax to command is invalid

Public Class Methods

new() click to toggle source
# File lib/evostream/cli/code_error.rb, line 12
def initialize
  puts 'Command is invalid !!'.red
end