Sha256: fc4031468a6bc11b568d9ce61dd1e2d04711728bd0defbdb140219619eacbcc5

Contents?: true

Size: 815 Bytes

Versions: 1

Compression:

Stored size: 815 Bytes

Contents

# frozen_string_literal: true

module Lane
  USAGE = "

≈≈≈ Lane, a real world reporter for JSS. ≈≈≈

  Usage: lane --advanced_search | -a ID [-separator | -s char] [-output | -o output path]

  -a ID, --advanced_search ID:
    ID of the JSS advanced search to base the report on.

  -s char, --separator char:
    Character that will be used as separator on the output file. Defaults to ';'

  -o path, --output path:
     Path for the output of the processed report. Defaults to /Users/Shared/lane_report_YY-MM-DD.txt

"


  CONFIG_ERROR = "

≈≈≈ Lane, a real world reporter for JSS. ≈≈≈

  [ERROR] The configuration file is missing in /etc/lane.conf

  You can copy a sample file from the data folder inside the installation path of Lane and
  fill the JSS URL, User and Password.

"
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
Lane-Reporter-0.1.2 lib/Lane/messages.rb