110: Started fleshing out more in cli.py

This commit is contained in:
Jason Gerard DeRose
2008-08-11 19:35:57 +00:00
parent 5313e5a491
commit 9282418291
5 changed files with 65 additions and 3 deletions

6
ipa
View File

@@ -27,6 +27,12 @@ Just proof of concept stuff in here right now.
import sys
from ipalib.startup import api
from ipalib.cli import CLI
cli = CLI(api)
cli.run()
sys.exit()
TAB_WIDTH = 2