Sha256: 80b11ee02aab3a66947abfa3313aacb1ce77c2d92adc7a221229e1a7fd12d502

Contents?: true

Size: 659 Bytes

Versions: 4

Compression:

Stored size: 659 Bytes

Contents

# encoding: UTF-8
# frozen_string_literal: true

# Refinements
# =======================================================================

using NRSER
using NRSER::Types


# Definitions
# =======================================================================

module NRSER::Rash::CLI
  
  def self.help
    # TODO: woefully incomplete
    puts <<~EOF
      Usage: rash COMMAND [ARGS...]

      Commands:
        list      List functions you can call.
        call      Call a method from NRSER::Rash::Functions.
        test      Run tests for a method from NRSER::Rash::Functions.
        help      This message.
    EOF
  end

end # module NRSER::Rash::CLI

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
nrser-rash-0.2.3 lib/nrser/rash/cli/help.rb
nrser-rash-0.2.2 lib/nrser/rash/cli/help.rb
nrser-rash-0.2.1 lib/nrser/rash/cli/help.rb
nrser-rash-0.2.0 lib/nrser/rash/cli/help.rb