Introduce Env to manage CLI env and config

This commit is contained in:
Thibault Jouan
2015-04-07 23:13:28 +00:00
parent 12075323c5
commit 304db803f3
5 changed files with 81 additions and 19 deletions

View File

@@ -1,6 +1,7 @@
require 'uh'
require 'uh/wm/cli'
require 'uh/wm/env'
module Uh
module WM