module Cli

Overview

Code shared by the markterm and markmark command line programs

Defined in:

cli.cr

Constant Summary

VERSION = {{ (`shards version /srv/crystaldoc.info/github-ralsina-markterm-v0.9.0/src`).chomp.stringify }}

Class Method Summary

Class Method Detail

def self.read_source(source : String) : String #

Read the input file, or standard input when the file is "-"


[View source]