Top Level Namespace

Defined Under Namespace

Modules: Lol, Optimist, Rbcli Classes: Hash, Symbol

Constant Summary collapse

RBCLI_LIBDIR =

Rbcli – A framework for developing command line applications in Ruby #

Copyright (C) 2024 Andrew Khoury <akhoury@live.com>                        #
File.join(File.expand_path(File.dirname(__FILE__)), 'rbcli')
RBCLI_TOOLDIR =
File.join(File.expand_path(File.dirname(__FILE__)), 'rbcli-tool')
EXECUTABLE =
File.basename($0).gsub(/\.[^.]+$/, '')