Namespace cli4clj.example

This is a simple example for using cli4clj. The example can be run via "lein run".

Other Namespaces

Show/Hide
cli4clj.cli
cli4clj allows to create simple interactive command line interfaces for Clojure applications.
cli4clj.cli-tests
Helper functions for testing CLIs.
Index Page
Alphabetic Var Index

Public Vars

Usage Documentation

Show/Hide
This is a simple example for using cli4clj.
          The example can be run via "lein run".
Back to top

Details of Public Vars

Function: -main

Arglists:
=========

  (-main & args)

Docstring:
==========

  No docs attached.
Back to top View Source

Function: divide

Arglists:
=========

  (divide numer denom)

Docstring:
==========

  No docs attached.
Back to top View Source